diff src/pass1.c @ 37:538e15927776

Added symbol handling to expression subsystem; adpated instruction handlers to the new scheme; misc fixes
author lost
date Sat, 03 Jan 2009 04:20:49 +0000
parents 39d750ee8d34
children 4bb7b723e5b7
line wrap: on
line diff
--- a/src/pass1.c	Fri Jan 02 06:07:40 2009 +0000
+++ b/src/pass1.c	Sat Jan 03 04:20:49 2009 +0000
@@ -135,6 +135,7 @@
 			nl -> prev = as -> linestail;
 			nl -> err = NULL;
 			nl -> fsize = 0;
+			nl -> sym = NULL;
 			if (as -> linestail)
 				as -> linestail -> next = nl;
 			else