272 skipped lines |
273 | | 273 | | int style = initStyle; |
|
274 | | 274 | | /***************************************/ |
|
275 | | 275 | | int lastStart = 0; |
|
276 | | char prevWord[32] = "", Label[6] = ""; | | 276 | | char prevWord[32] = ""; |
| | 277 | | char Label[6] = ""; |
277 | | 278 | | // Variables for do label folding. |
|
278 | | static int doLabels[100], posLabel=-1; | | 279 | | static int doLabels[100]; |
| | 280 | | static int posLabel=-1; |
279 | | 281 | | /***************************************/ |
|
280 | | 282 | | for (unsigned int i = startPos; i < endPos; i++) { |
|
281 | | 283 | | char ch = chNext; |
|
170 skipped lines |