aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-12-19 15:56:10 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-12-19 15:56:10 +0200
commit45eced1c2512d48a392c7b9f761137d7601fa5b8 (patch)
treec05b50e929528f7f92e3d2dec63b86cf9b4e815c /main.c
parent894413cf12f347facef4de3626573644d067c3bb (diff)
downloadegawk-45eced1c2512d48a392c7b9f761137d7601fa5b8.tar.gz
egawk-45eced1c2512d48a392c7b9f761137d7601fa5b8.tar.bz2
egawk-45eced1c2512d48a392c7b9f761137d7601fa5b8.zip
Fix --disable-lint.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 88fe3bd8..437c0cdd 100644
--- a/main.c
+++ b/main.c
@@ -410,8 +410,8 @@ main(int argc, char **argv)
(void) add_srcfile(SRC_EXTLIB, optarg, srcfiles, NULL, NULL);
break;
- case 'L':
#ifndef NO_LINT
+ case 'L':
do_flags |= DO_LINT_ALL;
if (optarg != NULL) {
if (strcmp(optarg, "fatal") == 0)