Mercurial > hg-old > index.cgi
diff lwasm/lwasm.h @ 243:f9f01a499525 2.x
Added zero-width external references
author | lost |
---|---|
date | Tue, 15 Sep 2009 03:16:17 +0000 |
parents | a9a14e6b4bc8 |
children | c7a41b4c89b3 |
line wrap: on
line diff
--- a/lwasm/lwasm.h Sun Aug 16 18:34:13 2009 +0000 +++ b/lwasm/lwasm.h Tue Sep 15 03:16:17 2009 +0000 @@ -189,6 +189,9 @@ // for os9 mode int inmod; // in a module? unsigned char crc[3]; // running crc count + + int nextdeps; // number forced external deps + char **extdeps; // external dependencies } asmstate_t; // do not rewrite XXX,r to ,r if XXX evaluates to 0