aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-01-30 21:55:59 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-01-30 21:55:59 +0200
commit318b7ac345d0e78502ac0674a8ebb467997174f3 (patch)
treed21662d1435c3c768cf2d2a2cc9ee7114912d9de /debug.c
parenta7dd34e347fecd3a09be19c9c2b9fe99e1bbbcd7 (diff)
downloadegawk-318b7ac345d0e78502ac0674a8ebb467997174f3.tar.gz
egawk-318b7ac345d0e78502ac0674a8ebb467997174f3.tar.bz2
egawk-318b7ac345d0e78502ac0674a8ebb467997174f3.zip
Add isarray built-in function.
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index 9573e1fb..854278c5 100644
--- a/debug.c
+++ b/debug.c
@@ -3939,6 +3939,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_param:
case Op_push_array:
case Op_push_re: