summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2007-04-12 19:12:56 +0000
committerWill Estes <wlestes@users.sourceforge.net>2007-04-12 19:12:56 +0000
commitdb157c872ba6a7ece827136f86f34e70dd6cfd11 (patch)
tree0b7e74449789fc71ebb02b2f26fc185d47d69608 /flex.skl
parent2d9b9b54768375d5e11c99a2608a33a619f75781 (diff)
fix skeleton for reentrant scanners, resolves bug #1694318
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl2
1 files changed, 1 insertions, 1 deletions
diff --git a/flex.skl b/flex.skl
index fa637cb..368c5a6 100644
--- a/flex.skl
+++ b/flex.skl
@@ -1033,7 +1033,7 @@ m4_ifdef( [[M4_YY_NOT_IN_HEADER]],
/* This used to be an fputs(), but since the string might contain NUL's,
* we now use fwrite().
*/
-#define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
+#define ECHO fwrite( yytext, yyleng, 1, yyout )
%endif
%if-c++-only C++ definition
#define ECHO LexerOutput( yytext, yyleng )