summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTparse.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@jam.ad.hdfgroup.org>2017-04-26 12:55:02 (GMT)
committerDana Robinson <derobins@jam.ad.hdfgroup.org>2017-04-26 12:55:02 (GMT)
commit932e1883035d2c676bbaa129d44e57a180804d14 (patch)
treef1bea2d02b43e4850db8d0307b3ab5099fd0f0ae /hl/src/H5LTparse.h
parentdff30ae9c7e71d3e6675222e2fffd7202871390d (diff)
downloadhdf5-932e1883035d2c676bbaa129d44e57a180804d14.zip
hdf5-932e1883035d2c676bbaa129d44e57a180804d14.tar.gz
hdf5-932e1883035d2c676bbaa129d44e57a180804d14.tar.bz2
Ran bin/reconfigure on jam after changes to make_err.
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 1461830..621dacd 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 2058 of yacc.c */
+/* Line 2065 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 2058 of yacc.c */
+/* Line 2065 of yacc.c */
#line 122 "H5LTparse.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1