Mercurial > hg-old > index.cgi
diff lwasm/lwasm.h @ 160:b061350c17e4
Added cescapes pragma and a few other compatibility pseudo ops
author | lost |
---|---|
date | Sat, 31 Jan 2009 06:33:03 +0000 |
parents | 427e268e876b |
children | 563adfccb645 |
line wrap: on
line diff
--- a/lwasm/lwasm.h Sat Jan 31 06:32:27 2009 +0000 +++ b/lwasm/lwasm.h Sat Jan 31 06:33:03 2009 +0000 @@ -181,7 +181,9 @@ // do not rewrite XXX,r to ,r if XXX evaluates to 0 #define PRAGMA_NOINDEX0TONONE 1 // any undefined symbols are considered external -#define PRAGMA_UNDEFEXTERN 2 +#define PRAGMA_UNDEFEXTERN 2 +// allow C-style escapes in fcc, fcs, and fcn directives +#define PRAGMA_CESCAPES 4 #ifndef __lwasm_c_seen__ #define __lwasm_E__ extern