comparison 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
comparison
equal deleted inserted replaced
45:be459d69f481 46:b962cee20bf4
137 nl -> fsize = 0; 137 nl -> fsize = 0;
138 nl -> sym = NULL; 138 nl -> sym = NULL;
139 nl -> bytes = NULL; 139 nl -> bytes = NULL;
140 nl -> codelen = 0; 140 nl -> codelen = 0;
141 nl -> codesize = 0; 141 nl -> codesize = 0;
142 nl -> nocodelen = 0;
142 if (as -> linestail) 143 if (as -> linestail)
143 as -> linestail -> next = nl; 144 as -> linestail -> next = nl;
144 as -> linestail = nl; 145 as -> linestail = nl;
145 if (!(as -> lineshead)) 146 if (!(as -> lineshead))
146 as -> lineshead = nl; 147 as -> lineshead = nl;