diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-18 22:39:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-18 22:39:59 +0300 |
commit | 95b9f0c6c59cb4de1d7a65c3afe4d618a252de5a (patch) | |
tree | 429a1317082c72c5a532acd51837c153c9511c7e /awkgram.c | |
parent | e6a57c37363922820a49ea95f2a2d9e03a3beeb5 (diff) | |
download | egawk-95b9f0c6c59cb4de1d7a65c3afe4d618a252de5a.tar.gz egawk-95b9f0c6c59cb4de1d7a65c3afe4d618a252de5a.tar.bz2 egawk-95b9f0c6c59cb4de1d7a65c3afe4d618a252de5a.zip |
Small code cleanup in awkgram.y:shadow_funcs.
Diffstat (limited to 'awkgram.c')
-rw-r--r-- | awkgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6591,7 +6591,7 @@ shadow_funcs() efree(funcs); /* End with fatal if the user requested it. */ - if (shadow && lintfunc != warning) + if (shadow && lintfunc == r_fatal) lintwarn(_("there were shadowed variables.")); } |