summaryrefslogtreecommitdiff
path: root/src/getargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/getargs.h')
-rw-r--r--src/getargs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getargs.h b/src/getargs.h
index 27fb0fad..0cc4daed 100644
--- a/src/getargs.h
+++ b/src/getargs.h
@@ -41,7 +41,7 @@ extern bool no_lines_flag; /* for -l */
extern bool token_table_flag; /* for -k */
extern location yacc_loc; /* for -y */
extern bool update_flag; /* for -u */
-extern bool style_debug; /* --style=debug. */
+extern bool color_debug; /* --color=debug. */
/* GLR_PARSER is true if the input file says to use the GLR
(Generalized LR) parser, and to output some additional information
used by the GLR algorithm. */