Mercurial > hg-old > index.cgi
comparison src/pass2.c @ 58:b1d81800bc91
Added symbol listing to list file; various fixes
author | lost |
---|---|
date | Mon, 05 Jan 2009 00:20:45 +0000 |
parents | 035b95a3690f |
children | 31d8e85706e7 |
comparison
equal
deleted
inserted
replaced
57:035b95a3690f | 58:b1d81800bc91 |
---|---|
41 as -> skipcount = 0; | 41 as -> skipcount = 0; |
42 as -> skipmacro = 0; | 42 as -> skipmacro = 0; |
43 as -> inmacro = 0; | 43 as -> inmacro = 0; |
44 as -> nextcontext = 1; | 44 as -> nextcontext = 1; |
45 as -> skiplines = 0; | 45 as -> skiplines = 0; |
46 | 46 |
47 // iterate over all the lines and re-parse them | 47 // iterate over all the lines and re-parse them |
48 for (l = as -> lineshead; l && !(as -> endseen); l = l -> next) | 48 for (l = as -> lineshead; l && !(as -> endseen); l = l -> next) |
49 { | 49 { |
50 if (as -> skiplines) | 50 if (as -> skiplines) |
51 as -> skiplines--; | 51 as -> skiplines--; |