]> git.saurik.com Git - bison.git/blobdiff - data/yacc.c
Use #define to handle the %name-prefix.
[bison.git] / data / yacc.c
index 40b1320b236804329f291242b2a2c5ef5c34d6d9..7331b65c3e3296183af281715173b338cb91abb3 100644 (file)
@@ -153,8 +153,7 @@ b4_copyright([Skeleton parser for Yacc-like parsing with Bison],
 
 ]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