diff lwasm/pragma.c @ 210:5d969517db74

Added condundefzero pragma Added pragma condundefzero to allow the assembler to treat symbols that are undefined in a conditional expression as if their value had been set to zero.
author William Astle <lost@l-w.ca>
date Sat, 09 Jun 2012 16:25:19 -0600
parents 07e1fac76321
children 0c4b3e8b4d0b
line wrap: on
line diff
--- a/lwasm/pragma.c	Sat Jun 09 16:03:36 2012 -0600
+++ b/lwasm/pragma.c	Sat Jun 09 16:25:19 2012 -0600
@@ -59,6 +59,7 @@
 	{ "export", "noexport", PRAGMA_EXPORT },
 	{ "symbolnocase", "nosymbolnocase", PRAGMA_SYMBOLNOCASE },
 	{ "nosymbolcase", "symbolcase", PRAGMA_SYMBOLNOCASE },
+	{ "condundefzero", "nocondundefzero", PRAGMA_CONDUNDEFZERO },
 	{ 0, 0, 0}
 };