diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-05 08:22:20 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-05 08:22:20 +0300 |
commit | 2f7402ec4b65a2546373403fa701a29d7482cf3f (patch) | |
tree | 1ac22c4c60414643fd0d31cdf59e36744b979b57 /awkgram.c | |
parent | abce1669d0d0e571687b73db8810a9a3a3a3d8e5 (diff) | |
download | egawk-2f7402ec4b65a2546373403fa701a29d7482cf3f.tar.gz egawk-2f7402ec4b65a2546373403fa701a29d7482cf3f.tar.bz2 egawk-2f7402ec4b65a2546373403fa701a29d7482cf3f.zip |
Some more minor cleanups.
Diffstat (limited to 'awkgram.c')
-rw-r--r-- | awkgram.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4625,6 +4625,11 @@ mk_program() cp = end_block; else cp = list_merge(begin_block, end_block); + /* + * We don't need to clear the comment variables + * since they're not used anymore after this + * function is called. + */ if (comment != NULL) (void) list_append(cp, comment); (void) list_append(cp, ip_atexit); |