comparison src/pass1.c @ 67:d5fe306f1ab1

Fixed numerous bugs in macro handling
author lost
date Mon, 05 Jan 2009 05:40:33 +0000
parents b1d81800bc91
children 918be0c02239
comparison
equal deleted inserted replaced
66:aa9d9fedfdf4 67:d5fe306f1ab1
140 nl -> codelen = 0; 140 nl -> codelen = 0;
141 nl -> codesize = 0; 141 nl -> codesize = 0;
142 nl -> nocodelen = 0; 142 nl -> nocodelen = 0;
143 nl -> addrset = 0; 143 nl -> addrset = 0;
144 nl -> symaddr = -1; 144 nl -> symaddr = -1;
145 nl -> badop = 0;
145 if (as -> linestail) 146 if (as -> linestail)
146 as -> linestail -> next = nl; 147 as -> linestail -> next = nl;
147 as -> linestail = nl; 148 as -> linestail = nl;
148 if (!(as -> lineshead)) 149 if (!(as -> lineshead))
149 as -> lineshead = nl; 150 as -> lineshead = nl;