diff lwasm/lwasm.h @ 383:848d3cca8078

Fixed imm8 to actually use expression and also fixed gen mode to respect > and <
author lost@starbug
date Sat, 15 May 2010 20:01:58 -0600
parents eacdae8a1575
children 38b50ce6967a
line wrap: on
line diff
--- a/lwasm/lwasm.h	Sat May 15 13:39:21 2010 -0600
+++ b/lwasm/lwasm.h	Sat May 15 20:01:58 2010 -0600
@@ -164,6 +164,8 @@
 	int pragmas;						// pragmas in effect for the line
 	int context;						// the symbol context number
 	char *ltext;						// line number
+	char *linespec;						// line spec
+	int lineno;							// line number
 };
 
 enum