aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 4bd1a6f..0324d32 100644
--- a/src/main.c
+++ b/src/main.c
@@ -553,6 +553,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
print_option = PRINT_XREF;
break;
case OPT_PREPROCESS:
+ preprocess_option = 1;
set_preprocessor(arg ? arg : CFLOW_PREPROC);
break;
case OPT_NO_PREPROCESS:

Return to:

Send suggestions and report system problems to the System administrator.