diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-09-14 12:27:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-09-14 12:27:06 +0300 |
commit | 5117dd79ab0271ae5e1bb775876e9e1b80fd2f4a (patch) | |
tree | 8f4c16e9055193f2965482f65e46c61259646d4a /main.c | |
parent | 8eb919e188c5a903a7d0194e42a97698b649d9ac (diff) | |
download | egawk-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); |