Mercurial > hg-old > index.cgi
comparison lwasm/pass2.c @ 236:a58f49a77441
Added os9 target, pragma to control whether $ localizes a symbol, and fixed some condition nesting bugs
author | lost |
---|---|
date | Fri, 14 Aug 2009 03:22:26 +0000 |
parents | bae1e3ecdce1 |
children | c7a41b4c89b3 |
comparison
equal
deleted
inserted
replaced
235:aa0056ca7319 | 236:a58f49a77441 |
---|---|
41 as -> skipmacro = 0; | 41 as -> skipmacro = 0; |
42 as -> inmacro = 0; | 42 as -> inmacro = 0; |
43 as -> nextcontext = 1; | 43 as -> nextcontext = 1; |
44 as -> skiplines = 0; | 44 as -> skiplines = 0; |
45 as -> dpval = 0; | 45 as -> dpval = 0; |
46 as -> inmod = 0; | |
46 | 47 |
47 for (st = as -> sections; st; st = st -> next) | 48 for (st = as -> sections; st; st = st -> next) |
48 st -> offset = 0; | 49 st -> offset = 0; |
49 as -> csect = NULL; | 50 as -> csect = NULL; |
50 | 51 |