diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-19 15:36:57 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-19 15:36:57 +0200 |
commit | 894413cf12f347facef4de3626573644d067c3bb (patch) | |
tree | 27fde9b2b956a34a23c24e416cc5ef22de6183cd /main.c | |
parent | e468705fb6c7f2b2384c20f320e617cdbd55238c (diff) | |
download | egawk-894413cf12f347facef4de3626573644d067c3bb.tar.gz egawk-894413cf12f347facef4de3626573644d067c3bb.tar.bz2 egawk-894413cf12f347facef4de3626573644d067c3bb.zip |
Make indirectly updated vars accessable to SYMTAB, API.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1561,6 +1561,8 @@ save_argv(int argc, char **argv) /* * update_global_values --- make sure the symbol table has correct values. * Called from the grammar before dumping values. + * + * Also called when accessing through SYMTAB, and from api_sym_lookup(). */ void |