diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-25 22:21:20 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-25 22:21:20 +0300 |
commit | 0302c2f241b0a4ab47a0e60213c132c4135fed93 (patch) | |
tree | 87a499985100b2cf726a358bf8ee06d9d2696dc0 /debug.c | |
parent | a3e0954544c7cc4f34b710ac863d56419b57915a (diff) | |
download | egawk-0302c2f241b0a4ab47a0e60213c132c4135fed93.tar.gz egawk-0302c2f241b0a4ab47a0e60213c132c4135fed93.tar.bz2 egawk-0302c2f241b0a4ab47a0e60213c132c4135fed93.zip |
More work straightening out typeof, including tests.
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3990,6 +3990,7 @@ print_instruction(INSTRUCTION *pc, Func_print print_func, FILE *fp, int in_dump) case Op_push_i: case Op_push: case Op_push_arg: + case Op_push_arg_untyped: case Op_push_param: case Op_push_array: case Op_push_re: |