diff src/pass1.c @ 46:b962cee20bf4

Ported output modules forward from old version
author lost
date Sun, 04 Jan 2009 07:07:00 +0000
parents 2330b88f9600
children 21ae0fab469b
line wrap: on
line diff
--- a/src/pass1.c	Sun Jan 04 06:54:58 2009 +0000
+++ b/src/pass1.c	Sun Jan 04 07:07:00 2009 +0000
@@ -139,6 +139,7 @@
 			nl -> bytes = NULL;
 			nl -> codelen = 0;
 			nl -> codesize = 0;
+			nl -> nocodelen = 0;
 			if (as -> linestail)
 				as -> linestail -> next = nl;
 			as -> linestail = nl;