mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-09-02 14:38:40 +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 <[email protected]>
|
||||||
|
|
||||||
|
* src/flex-scanner.h (yytext): Remove stray `*/' in #define.
|
||||||
|
|
||||||
2006-06-07 Paul Eggert <[email protected]>
|
2006-06-07 Paul Eggert <[email protected]>
|
||||||
|
|
||||||
* TODO: Add request from Nelson H. F. Beebe to be able to install
|
* TODO: Add request from Nelson H. F. Beebe to be able to install
|
||||||
|
|||||||
+1
-1
@@ -47,7 +47,7 @@ int FLEX_PREFIX (lex_destroy) (void);
|
|||||||
# define yyleng FLEX_PREFIX (leng)
|
# define yyleng FLEX_PREFIX (leng)
|
||||||
#endif
|
#endif
|
||||||
#ifndef yytext
|
#ifndef yytext
|
||||||
# define yytext FLEX_PREFIX (text) */
|
# define yytext FLEX_PREFIX (text)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* OBSTACK_FOR_STRING -- Used to store all the characters that we need to
|
/* OBSTACK_FOR_STRING -- Used to store all the characters that we need to
|
||||||
|
|||||||
Reference in New Issue
Block a user