Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2013 23:11:08 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r250687 - projects/flex-sf/usr.bin/lex
Message-ID:  <201305152311.r4FNB8uB048782@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed May 15 23:11:08 2013
New Revision: 250687
URL: http://svnweb.freebsd.org/changeset/base/250687

Log:
  Re-gen for r250686.

Modified:
  projects/flex-sf/usr.bin/lex/initscan.c
  projects/flex-sf/usr.bin/lex/initskel.c

Modified: projects/flex-sf/usr.bin/lex/initscan.c
==============================================================================
--- projects/flex-sf/usr.bin/lex/initscan.c	Wed May 15 23:09:29 2013	(r250686)
+++ projects/flex-sf/usr.bin/lex/initscan.c	Wed May 15 23:11:08 2013	(r250687)
@@ -26,7 +26,9 @@
 #endif
 
 /* begin standard C headers. */
+#if defined(__FreeBSD__)
 #include <stdint.h>
+#endif
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
@@ -1986,7 +1988,7 @@ extern const char *escaped_qstart, *esca
 
 
 
-#line 1989 "<stdout>"
+#line 1991 "<stdout>"
 
 #define INITIAL 0
 #define SECT2 1
@@ -2215,7 +2217,7 @@ YY_DECL
 	Char nmdef[MAXLINE];
 
 
-#line 2218 "<stdout>"
+#line 2220 "<stdout>"
 
 	if ( !(yy_init) )
 		{
@@ -4123,7 +4125,7 @@ YY_RULE_SETUP
 #line 969 "scan.l"
 YY_FATAL_ERROR( "flex scanner jammed" );
 	YY_BREAK
-#line 4126 "<stdout>"
+#line 4128 "<stdout>"
 			case YY_STATE_EOF(INITIAL):
 			case YY_STATE_EOF(SECT2):
 			case YY_STATE_EOF(CODEBLOCK):

Modified: projects/flex-sf/usr.bin/lex/initskel.c
==============================================================================
--- projects/flex-sf/usr.bin/lex/initskel.c	Wed May 15 23:09:29 2013	(r250686)
+++ projects/flex-sf/usr.bin/lex/initskel.c	Wed May 15 23:11:08 2013	(r250687)
@@ -211,7 +211,9 @@ const char *skel[] = {
   "",
   "/* begin standard C headers. */",
   "%if-c-only",
+  "#if defined(__FreeBSD__)",
   "#include <stdint.h>",
+  "#endif",
   "#include <stdio.h>",
   "#include <string.h>",
   "#include <errno.h>",



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