diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-11-13 11:24:43 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-11-13 11:24:43 (GMT) |
commit | f7b73969f32fdf7a671b0e2b98685a770f3a6030 (patch) | |
tree | 0dc6f5ba472bbd3a19b7140c921e93933ae86758 /hl/src/H5LTanalyze.l | |
parent | 7426415d9536290cca8847e85a7101a3aa11905c (diff) | |
download | hdf5-f7b73969f32fdf7a671b0e2b98685a770f3a6030.zip hdf5-f7b73969f32fdf7a671b0e2b98685a770f3a6030.tar.gz hdf5-f7b73969f32fdf7a671b0e2b98685a770f3a6030.tar.bz2 |
[svn-r28332] Updated autogen.sh to not run flex/bison.
This was giving a lot of users headaches and the parser code rarely
changes. There is now a new script (bin/genparser) which can be
run as needed.
Tested on: Ubuntu 15.10 (x86_64 Linux 4.2.0)
gcc 5.2.1, flex 2.5.39, bison 3.0.2
Diffstat (limited to 'hl/src/H5LTanalyze.l')
-rw-r--r-- | hl/src/H5LTanalyze.l | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hl/src/H5LTanalyze.l b/hl/src/H5LTanalyze.l index 6c883fc..29eb3bb 100644 --- a/hl/src/H5LTanalyze.l +++ b/hl/src/H5LTanalyze.l @@ -13,6 +13,12 @@ * access to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +/* NOTE! + * + * If you make any changes to H5LTanalyze.l, please run bin/genparser to + * recreate the output files. + */ + %{ #include <stdlib.h> #include <string.h> |