# HG changeset patch # User lost@l-w.ca # Date 1312935420 21600 # Node ID b6b8c2645f5c6c39164c4a414fee8abcedb98854 # Parent 8e2523061ce92922d32d633c1ea27601e5602e80 Add back the dollarlocal and nodollarlocal pragma strings for compatibility with the documentation. diff -r 8e2523061ce9 -r b6b8c2645f5c lwasm/pragma.c --- 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 },