diff src/pass1.c @ 26:d2e86babd958

Added error tracking infrastructure
author lost
date Fri, 02 Jan 2009 02:38:02 +0000
parents b704f7ffc8ba
children f736579569b4
line wrap: on
line diff
--- a/src/pass1.c	Fri Jan 02 02:03:48 2009 +0000
+++ b/src/pass1.c	Fri Jan 02 02:38:02 2009 +0000
@@ -130,6 +130,7 @@
 			nl -> filename = fnref;
 			nl -> next = NULL;
 			nl -> prev = as -> linestail;
+			nl -> err = NULL;
 			if (as -> linestail)
 				as -> linestail -> next = nl;
 			else