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

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

Log:
  Re-gen skel.c for r250621.

Modified:
  projects/flex-sf/contrib/flex/skel.c

Modified: projects/flex-sf/contrib/flex/skel.c
==============================================================================
--- projects/flex-sf/contrib/flex/skel.c	Mon May 13 21:34:01 2013	(r250621)
+++ projects/flex-sf/contrib/flex/skel.c	Mon May 13 21:44:59 2013	(r250622)
@@ -1501,6 +1501,8 @@ const char *skel[] = {
   "    ]])",
   "]])",
   "",
+  "%% [7.0] user's declarations go here",
+  "",
   "m4_ifdef( [[M4_YY_BISON_LVAL]],",
   "[[",
   "    yylval = yylval_param;",
@@ -1556,9 +1558,6 @@ const char *skel[] = {
   "		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",
@@ -1716,7 +1715,6 @@ const char *skel[] = {
   "			\"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?201305132144.r4DLixj4003721>