Mercurial > hg > index.cgi
changeset 118:b6b8c2645f5c
Add back the dollarlocal and nodollarlocal pragma strings for compatibility with the documentation.
author | lost@l-w.ca |
---|---|
date | Tue, 09 Aug 2011 18:17:00 -0600 |
parents | 8e2523061ce9 |
children | ca7d92764e32 |
files | lwasm/pragma.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwasm/pragma.c Tue Aug 09 18:16:41 2011 -0600 +++ b/lwasm/pragma.c Tue Aug 09 18:17:00 2011 -0600 @@ -47,6 +47,7 @@ static const struct pragma_list set_pragmas[] = { { "dollarnotlocal", "nodollarnotlocal", PRAGMA_DOLLARNOTLOCAL }, + { "nodollarlocal", "dollarlocal", PRAGMA_DOLLARNOTLOCAL }, { "noindex0tonone", "index0tonone", PRAGMA_NOINDEX0TONONE }, { "undefextern", "noundefextern", PRAGMA_UNDEFEXTERN }, { "cescapes", "nocescapes", PRAGMA_CESCAPES },