aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
Diffstat (limited to 'interpret.h')
-rw-r--r--interpret.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/interpret.h b/interpret.h
index 478dc82a..3215833e 100644
--- a/interpret.h
+++ b/interpret.h
@@ -264,7 +264,7 @@ uninitialized_scalar:
if (t1 == func_table) {
static bool warned = false;
- if (do_lint && ! warned) {
+ if (do_lint_extensions && ! warned) {
warned = true;
lintwarn(_("FUNCTAB is a gawk extension"));
}
@@ -282,7 +282,7 @@ uninitialized_scalar:
if (t1 == symbol_table) {
static bool warned = false;
- if (do_lint && ! warned) {
+ if (do_lint_extensions && ! warned) {
warned = true;
lintwarn(_("SYMTAB is a gawk extension"));
}