diff options
Diffstat (limited to 'appl/lib/sh9parser.b')
| -rw-r--r-- | appl/lib/sh9parser.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/sh9parser.b b/appl/lib/sh9parser.b index 9f83354..75fe2e9 100644 --- a/appl/lib/sh9parser.b +++ b/appl/lib/sh9parser.b @@ -204,8 +204,8 @@ parse_toks(toks: array of ref TokNode, g: array of ref GrammarNode, debug_printi lt := len toks; if (debug_printing) { sys->print("Loop %d: ", ctr); + print_toks_short(toks); } - print_toks_short(toks); ctr ++; changed = 0; fast: for (i := 0; i < lt; i ++) { |
