mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/flex-scanner.h (yytext): Remove stray `*/' in #define.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* src/flex-scanner.h (yytext): Remove stray `*/' in #define.
|
||||
|
||||
2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* TODO: Add request from Nelson H. F. Beebe to be able to install
|
||||
|
||||
@@ -47,7 +47,7 @@ int FLEX_PREFIX (lex_destroy) (void);
|
||||
# define yyleng FLEX_PREFIX (leng)
|
||||
#endif
|
||||
#ifndef yytext
|
||||
# define yytext FLEX_PREFIX (text) */
|
||||
# define yytext FLEX_PREFIX (text)
|
||||
#endif
|
||||
|
||||
/* OBSTACK_FOR_STRING -- Used to store all the characters that we need to
|
||||
|
||||
Reference in New Issue
Block a user