mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r25302] Add nounistd option to flex command for windows caompatibility
This commit is contained in:
parent
890a76ea64
commit
0b75068901
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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();
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user