summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTparse.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2015-04-17 22:24:47 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2015-04-17 22:24:47 (GMT)
commitcf98752566a33067a5737e8a008dc5daa1f4c59c (patch)
treef173ff0f0159db1d4e37826f5f203e996d5da2e2 /hl/src/H5LTparse.h
parent7bf3a426e8634c851d9c550fd980f07d3e29fc1b (diff)
downloadhdf5-cf98752566a33067a5737e8a008dc5daa1f4c59c.zip
hdf5-cf98752566a33067a5737e8a008dc5daa1f4c59c.tar.gz
hdf5-cf98752566a33067a5737e8a008dc5daa1f4c59c.tar.bz2
[svn-r26840] configure
configure.ac hl/src/H5LTparse.c hl/src/H5LTparse.h Address HDFFV-9010: configure issue with gcc 4.9.2 "-l ". Change default to disable_shared on CYGWIN. release_docs/INSTALL_Cygwin.txt release_docs/RELEASE.txt Update for changed default and no CYGWIN szip binary. c++/src/cpp_doc_config bin/h5vers AddressHDFFV-9010: Add cpp_doc_config to h5vers Tested with h5committest, on CYGWIN.
Diffstat (limited to 'hl/src/H5LTparse.h')
-rw-r--r--hl/src/H5LTparse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/src/H5LTparse.h b/hl/src/H5LTparse.h
index 621dacd..1461830 100644
--- a/hl/src/H5LTparse.h
+++ b/hl/src/H5LTparse.h
@@ -109,7 +109,7 @@ extern int H5LTyydebug;
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
{
-/* Line 2065 of yacc.c */
+/* Line 2058 of yacc.c */
#line 68 "H5LTparse.y"
int ival; /*for integer token*/
@@ -117,7 +117,7 @@ typedef union YYSTYPE
hid_t hid; /*for hid_t token*/
-/* Line 2065 of yacc.c */
+/* Line 2058 of yacc.c */
#line 122 "H5LTparse.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1