diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-06-17 14:50:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-06-17 14:50:49 (GMT) |
commit | 0b75068901014374b3aa55367541b3be56ccc815 (patch) | |
tree | 6ffe731c214dd0b1c13644cf0ea3e92b04e33133 /hl/src/H5LTanalyze.c | |
parent | 890a76ea64b55724cf8354dcfd1e5566c5ba6c31 (diff) | |
download | hdf5-0b75068901014374b3aa55367541b3be56ccc815.zip hdf5-0b75068901014374b3aa55367541b3be56ccc815.tar.gz hdf5-0b75068901014374b3aa55367541b3be56ccc815.tar.bz2 |
[svn-r25302] Add nounistd option to flex command for windows caompatibility
Diffstat (limited to 'hl/src/H5LTanalyze.c')
-rw-r--r-- | hl/src/H5LTanalyze.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/hl/src/H5LTanalyze.c b/hl/src/H5LTanalyze.c index ece9860..6a151d6 100644 --- a/hl/src/H5LTanalyze.c +++ b/hl/src/H5LTanalyze.c @@ -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(); |