[svn-r25302] Add nounistd option to flex command for windows caompatibility

This commit is contained in:
Allen Byrne 2014-06-17 09:50:49 -05:00
parent 890a76ea64
commit 0b75068901
6 changed files with 7 additions and 15 deletions

View File

@ -48,7 +48,7 @@ cd hl/src
echo "Generate hl/src/H5LTparse.c from hl/src/H5LTparse.y"
bison -pH5LTyy -o H5LTparse.c -d H5LTparse.y
echo "Generate hl/src/H5LTanalyze.c from hl/src/H5LTanalyze.l"
flex -PH5LTyy -oH5LTanalyze.c H5LTanalyze.l
flex --nounistd -PH5LTyy -oH5LTanalyze.c H5LTanalyze.l
cd ../..
exit 0

View File

@ -674,7 +674,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 175
LT_VERS_REVISION = 174
LT_VERS_AGE = 0
# This is our main target

View File

@ -689,7 +689,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 175
LT_VERS_REVISION = 174
LT_VERS_AGE = 0
# Our main target, the high-level fortran library

View File

@ -917,14 +917,6 @@ hbool_t first_quote = 1;
#define INITIAL 0
#define TAG_STRING 1
#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
#endif
@ -1098,7 +1090,7 @@ YY_DECL
#line 72 "H5LTanalyze.l"
#line 1102 "H5LTanalyze.c"
#line 1094 "H5LTanalyze.c"
if ( !(yy_init) )
{
@ -1548,7 +1540,7 @@ YY_RULE_SETUP
#line 174 "H5LTanalyze.l"
ECHO;
YY_BREAK
#line 1552 "H5LTanalyze.c"
#line 1544 "H5LTanalyze.c"
case YY_STATE_EOF(INITIAL):
case YY_STATE_EOF(TAG_STRING):
yyterminate();

View File

@ -670,7 +670,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 175
LT_VERS_REVISION = 174
LT_VERS_AGE = 0
# This library is our main target.

View File

@ -732,7 +732,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 175
LT_VERS_REVISION = 174
LT_VERS_AGE = 0
# Our main target, the HDF5 library