diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-04 09:38:08 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-04 09:38:08 +0300 |
commit | 611353597e20081bd0c72617e24fa5ff4c63dac1 (patch) | |
tree | c6099826973ea7f036f5a0c7b7536f17b25576a1 /test | |
parent | cb92ab7aa657c57446cc9e0087f1364adaac8fee (diff) | |
download | egawk-611353597e20081bd0c72617e24fa5ff4c63dac1.tar.gz egawk-611353597e20081bd0c72617e24fa5ff4c63dac1.tar.bz2 egawk-611353597e20081bd0c72617e24fa5ff4c63dac1.zip |
Make indirect calls work on built-in and extension functions.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 2 | ||||
-rw-r--r-- | test/functab4.ok | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c6a102b4..3d20eaac 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,6 +1,8 @@ 2014-09-04 Arnold D. Robbins <arnold@skeeve.com> * profile2.ok: Update after code improvement in profiler. + * functab4.ok: Update after making indirect calls of + extension functions work. :-) 2014-08-15 Arnold D. Robbins <arnold@skeeve.com> diff --git a/test/functab4.ok b/test/functab4.ok index 70a520b7..8eaab508 100644 --- a/test/functab4.ok +++ b/test/functab4.ok @@ -1,3 +1,2 @@ x = chdir -gawk: functab4.awk:11: fatal: cannot (yet) call extension functions indirectly -EXIT CODE: 2 +we are now in --> /tmp |