* 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

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