summaryrefslogtreecommitdiff
path: root/src/c99-flex.skl
diff options
context:
space:
mode:
Diffstat (limited to 'src/c99-flex.skl')
-rwxr-xr-xsrc/c99-flex.skl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c99-flex.skl b/src/c99-flex.skl
index b01913d..9f48e3c 100755
--- a/src/c99-flex.skl
+++ b/src/c99-flex.skl
@@ -1626,7 +1626,7 @@ m4_ifdef( [[M4_MODE_USES_REJECT]], [[
new_state_buf = (yy_state_type *)yyrealloc( yyscanner->yy_state_buf, (new_size * sizeof(yy_state_type)), yyscanner );
if ( new_state_buf == NULL ) {
- YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
+ yypanic( "out of dynamic memory in yylex()", yyscanner );
}
else {
yyscanner->yy_state_buf = new_state_buf;