aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-05-13 21:31:43 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-05-13 21:31:43 +0000
commitc4cb121a57bbd23444886b2a6ea6d99ea6305e65 (patch)
treef804a20426be5d6f37ad9f62d90772b4a7cd749d
parent6ad8422b51c1d8c609c880108066e9d42e06426b (diff)
downloadsrc-c4cb121a57bbd23444886b2a6ea6d99ea6305e65.tar.gz
src-c4cb121a57bbd23444886b2a6ea6d99ea6305e65.zip
Partially revert r250128.
Notes
Notes: svn path=/vendor/flex/dist/; revision=250620
-rw-r--r--flex.skl6
1 files changed, 2 insertions, 4 deletions
diff --git a/flex.skl b/flex.skl
index aebf2ae67dcb..c981b1082b9a 100644
--- a/flex.skl
+++ b/flex.skl
@@ -1277,6 +1277,8 @@ m4_ifdef( [[M4_YY_NOT_REENTRANT]],
]])
]])
+%% [7.0] user's declarations go here
+
m4_ifdef( [[M4_YY_BISON_LVAL]],
[[
yylval = yylval_param;
@@ -1332,9 +1334,6 @@ m4_ifdef( [[M4_YY_USES_REJECT]],
yy_load_buffer_state( M4_YY_CALL_ONLY_ARG );
}
- {
-%% [7.0] user's declarations go here
-
while ( 1 ) /* loops until end-of-file is reached */
{
%% [8.0] yymore()-related code goes here
@@ -1492,7 +1491,6 @@ do_action: /* This label is used only to access EOF actions. */
"fatal flex scanner internal error--no action found" );
} /* end of action switch */
} /* end of scanning one token */
- } /* end of user's declarations */
} /* end of yylex */
%ok-for-header