summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTparse.h
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-06-05 22:10:39 (GMT)
committerlrknox <lrknox>2017-06-08 15:17:26 (GMT)
commit34c1ca89db3557a7c9f4ed7a63df547cd722be10 (patch)
tree46273d6d7b6768d4bd2943531afee274def991fb /hl/src/H5LTparse.h
parentd6c48e58c31a523f4931a60a8ac44bec4d2b201b (diff)
downloadhdf5-34c1ca89db3557a7c9f4ed7a63df547cd722be10.zip
hdf5-34c1ca89db3557a7c9f4ed7a63df547cd722be10.tar.gz
hdf5-34c1ca89db3557a7c9f4ed7a63df547cd722be10.tar.bz2
Update h5vers and release scripts for 1.8.19 branch, set version to
1.8.19-pre1. Note: changes to these scripts were brought from develop/hdf5_1_10 and modified for 1.8 version differences. Update HDF5 version to 1.8.20-snap0. Update HL .so number for added API function.
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 2af0172..7481a45 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 66 "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