Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 21:34:01 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r250621 - projects/flex-sf/contrib/flex
Message-ID:  <201305132134.r4DLY1CG000250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Mon May 13 21:34:01 2013
New Revision: 250621
URL: http://svnweb.freebsd.org/changeset/base/250621

Log:
  MFV:	r250620
  
  Partially revert r250128.

Modified:
  projects/flex-sf/contrib/flex/flex.skl
Directory Properties:
  projects/flex-sf/contrib/flex/   (props changed)

Modified: projects/flex-sf/contrib/flex/flex.skl
==============================================================================
--- projects/flex-sf/contrib/flex/flex.skl	Mon May 13 21:31:43 2013	(r250620)
+++ projects/flex-sf/contrib/flex/flex.skl	Mon May 13 21:34:01 2013	(r250621)
@@ -1290,6 +1290,8 @@ m4_ifdef( [[M4_YY_NOT_REENTRANT]],
     ]])
 ]])
 
+%% [7.0] user's declarations go here
+
 m4_ifdef( [[M4_YY_BISON_LVAL]],
 [[
     yylval = yylval_param;
@@ -1345,9 +1347,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
@@ -1505,7 +1504,6 @@ do_action:	/* This label is used only to
 			"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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305132134.r4DLY1CG000250>