diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-19 05:55:49 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-19 05:55:49 +0300 |
commit | 5e8bdc800e2c89e5051c8598faed88f090f8c461 (patch) | |
tree | 06478cad1f7fbafdb65ad1910bdf111a8bb6ffb3 /awkgram.c | |
parent | 6ce601e93b93847ab9d369405cbba624fc1c49bb (diff) | |
parent | 2a92e9d3cb8ba907376837dadd03abc6ad09b741 (diff) | |
download | egawk-5e8bdc800e2c89e5051c8598faed88f090f8c461.tar.gz egawk-5e8bdc800e2c89e5051c8598faed88f090f8c461.tar.bz2 egawk-5e8bdc800e2c89e5051c8598faed88f090f8c461.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awkgram.c')
-rw-r--r-- | awkgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7090,7 +7090,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.")); } |