svn commit: r250686 - projects/flex-sf/contrib/flex
Jung-uk Kim
jkim at FreeBSD.org
Wed May 15 23:09:29 UTC 2013
Author: jkim
Date: Wed May 15 23:09:29 2013
New Revision: 250686
URL: http://svnweb.freebsd.org/changeset/base/250686
Log:
Add a pair of #if/#endif around FreeBSD-specific code.
Modified:
projects/flex-sf/contrib/flex/flex.skl
Modified: projects/flex-sf/contrib/flex/flex.skl
==============================================================================
--- projects/flex-sf/contrib/flex/flex.skl Wed May 15 22:56:24 2013 (r250685)
+++ projects/flex-sf/contrib/flex/flex.skl Wed May 15 23:09:29 2013 (r250686)
@@ -206,7 +206,9 @@ m4_ifdef( [[M4_YY_TABLES_EXTERNAL]],
/* 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