summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-06-17 14:50:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-06-17 14:50:49 (GMT)
commit0b75068901014374b3aa55367541b3be56ccc815 (patch)
tree6ffe731c214dd0b1c13644cf0ea3e92b04e33133 /bin
parent890a76ea64b55724cf8354dcfd1e5566c5ba6c31 (diff)
downloadhdf5-0b75068901014374b3aa55367541b3be56ccc815.zip
hdf5-0b75068901014374b3aa55367541b3be56ccc815.tar.gz
hdf5-0b75068901014374b3aa55367541b3be56ccc815.tar.bz2
[svn-r25302] Add nounistd option to flex command for windows caompatibility
Diffstat (limited to 'bin')
-rwxr-xr-xbin/genltanalyze2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genltanalyze b/bin/genltanalyze
index b65b3e7..8bb0423 100755
--- a/bin/genltanalyze
+++ b/bin/genltanalyze
@@ -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