aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-09-14 12:27:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-09-14 12:27:06 +0300
commit5117dd79ab0271ae5e1bb775876e9e1b80fd2f4a (patch)
tree8f4c16e9055193f2965482f65e46c61259646d4a /main.c
parent8eb919e188c5a903a7d0194e42a97698b649d9ac (diff)
downloadegawk-5117dd79ab0271ae5e1bb775876e9e1b80fd2f4a.tar.gz
egawk-5117dd79ab0271ae5e1bb775876e9e1b80fd2f4a.tar.bz2
egawk-5117dd79ab0271ae5e1bb775876e9e1b80fd2f4a.zip
Add undocumented-for-now PROCINFO["identifiers"].
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 8ac9493e..f2a3c66b 100644
--- a/main.c
+++ b/main.c
@@ -693,6 +693,8 @@ out:
if (do_lint && code_block->nexti->opcode == Op_atexit)
lintwarn(_("no program text at all!"));
+ load_symbols();
+
if (do_profile)
init_profiling_signals();