comparison lwasm/lwasm.h @ 382:eacdae8a1575

Various bugfixes
author lost@starbug
date Sat, 15 May 2010 13:39:21 -0600
parents 91c0fe026940
children 848d3cca8078
comparison
equal deleted inserted replaced
381:1624a36f12a3 382:eacdae8a1575
161 int lint; // pass forward integer 161 int lint; // pass forward integer
162 int lint2; // another pass forward integer 162 int lint2; // another pass forward integer
163 asmstate_t *as; // assembler state data ptr 163 asmstate_t *as; // assembler state data ptr
164 int pragmas; // pragmas in effect for the line 164 int pragmas; // pragmas in effect for the line
165 int context; // the symbol context number 165 int context; // the symbol context number
166 char *ltext; // line number
166 }; 167 };
167 168
168 enum 169 enum
169 { 170 {
170 symbol_flag_set = 1, // symbol was used with "set" 171 symbol_flag_set = 1, // symbol was used with "set"