svn commit: r250687 - projects/flex-sf/usr.bin/lex
Jung-uk Kim
jkim at FreeBSD.org
Wed May 15 23:11:09 UTC 2013
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>",
More information about the svn-src-projects
mailing list