summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTparse.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2015-10-16 04:14:57 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2015-10-16 04:14:57 (GMT)
commit0333b1ff03c9d2ed47604f48af1943a086ef307b (patch)
tree22c489ab25f5b14c09ad46b4caee28d28678a2ee /hl/src/H5LTparse.h
parent57583a254a58924b3cbbf662ba988cf76d662a07 (diff)
downloadhdf5-0333b1ff03c9d2ed47604f48af1943a086ef307b.zip
hdf5-0333b1ff03c9d2ed47604f48af1943a086ef307b.tar.gz
hdf5-0333b1ff03c9d2ed47604f48af1943a086ef307b.tar.bz2
[svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.
Added shared library version numbers for each wrapper library file. Tested with h5committest.new.
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