diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-30 21:55:59 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-30 21:55:59 +0200 |
commit | 318b7ac345d0e78502ac0674a8ebb467997174f3 (patch) | |
tree | d21662d1435c3c768cf2d2a2cc9ee7114912d9de /profile.c | |
parent | a7dd34e347fecd3a09be19c9c2b9fe99e1bbbcd7 (diff) | |
download | egawk-318b7ac345d0e78502ac0674a8ebb467997174f3.tar.gz egawk-318b7ac345d0e78502ac0674a8ebb467997174f3.tar.bz2 egawk-318b7ac345d0e78502ac0674a8ebb467997174f3.zip |
Add isarray built-in function.
Diffstat (limited to 'profile.c')
-rw-r--r-- | profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -263,6 +263,7 @@ pprint(INSTRUCTION *startp, INSTRUCTION *endp, int in_for_header) case Op_push_param: case Op_push_array: case Op_push: + case Op_push_arg: m = pc->memory; switch (m->type) { case Node_param_list: |