]> git.saurik.com Git - bison.git/blobdiff - data/glr.c
Use #define to handle the %name-prefix.
[bison.git] / data / glr.c
index d99fc70ced8e6e975260d2f87d42cdc63bc669d3..5fef464f91f5bdf6658369d7142c05cf435f786e 100644 (file)
@@ -149,8 +149,7 @@ b4_copyright([Skeleton parser for GLR parsing with Bison], [2002, 2003, 2004])
 
 ]b4_identification
 m4_if(b4_prefix[], [yy], [],
-[/* If NAME_PREFIX is specified substitute the variables and functions
-   names.  */
+[/* Substitute the variable and function names.  */
 #define yyparse b4_prefix[]parse
 #define yylex   b4_prefix[]lex
 #define yyerror b4_prefix[]error