From 0b96f88875ed150268b648493e42ea868f6eefaa Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 12 Feb 2012 20:53:43 -0500 Subject: [PATCH] Fix bisonpre documentation --- src/bisonpre | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bisonpre b/src/bisonpre index f8b6ea427..4f81a28af 100755 --- a/src/bisonpre +++ b/src/bisonpre @@ -532,16 +532,16 @@ This switch causes the name.tab.c output to include a list of token names in order by their token numbers; this is defined in the array yytname. Also generated are #defines for YYNTOKENS, YYNNTS, YYNRULES, and YYNSTATES. -==item -t -==item --debug +=item -t +=item --debug Passed to bison. In the parser file, define the macro YYDEBUG to 1 if it is not already defined, so that the debugging facilities are compiled. -==item -v -==item --verbose +=item -v +=item --verbose Passed to bison.