aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
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)