summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-12-19 15:36:57 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-12-19 15:36:57 +0200
commit894413cf12f347facef4de3626573644d067c3bb (patch)
tree27fde9b2b956a34a23c24e416cc5ef22de6183cd /main.c
parente468705fb6c7f2b2384c20f320e617cdbd55238c (diff)
downloadgawk-894413cf12f347facef4de3626573644d067c3bb.tar.gz
Make indirectly updated vars accessable to SYMTAB, API.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index d054ec1a..88fe3bd8 100644
--- a/main.c
+++ b/main.c
@@ -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