summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTparse.h
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-05-16 15:33:09 (GMT)
committerlrknox <lrknox>2017-05-16 15:33:09 (GMT)
commit197b461bceee6b066ba7560766644ad2a26c361c (patch)
treec8e4b32b2f29ed95c2344917de15f979290161b2 /hl/src/H5LTparse.h
parent583952ed15819fc86897301774b91151129ad08e (diff)
parentf5ee10c94f9c178393cca8c560ec73991159aa9f (diff)
downloadhdf5-197b461bceee6b066ba7560766644ad2a26c361c.zip
hdf5-197b461bceee6b066ba7560766644ad2a26c361c.tar.gz
hdf5-197b461bceee6b066ba7560766644ad2a26c361c.tar.bz2
Merge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
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