diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-01 22:57:18 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-01 22:57:18 +0200 |
commit | 612bce745d80e0ab612dd771d848c2919a753ef3 (patch) | |
tree | 9719209f9ba4313f6c97ea026952f311d367de6b /eval.c | |
parent | 318b7ac345d0e78502ac0674a8ebb467997174f3 (diff) | |
download | egawk-612bce745d80e0ab612dd771d848c2919a753ef3.tar.gz egawk-612bce745d80e0ab612dd771d848c2919a753ef3.tar.bz2 egawk-612bce745d80e0ab612dd771d848c2919a753ef3.zip |
Document isarray etc.
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2256,7 +2256,7 @@ post: static NODE *sorted_str = NULL; if (sorted_str == NULL) - sorted_str = make_string("sorted_for_loop", 15); + sorted_str = make_string("sorted_in", 9); /* get the array */ array = POP_ARRAY(); |