diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |