* src/flex-scanner.h (yytext): Remove stray `*/' in #define.

This commit is contained in:
Joel E. Denny
2006-06-08 05:33:15 +00:00
parent 5d27808262
commit 3c40d0b52d
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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