summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTparse.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-12-10 02:36:22 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-12-10 02:36:22 (GMT)
commit5855f5d431b266ccb3568d2a70ba95725ba1cfc0 (patch)
tree4e256457558d3ce93479a8a91df36f9c0564bd6e /hl/src/H5LTparse.h
parentaf371007e8bd28da2cebba7d079359611c898871 (diff)
downloadhdf5-5855f5d431b266ccb3568d2a70ba95725ba1cfc0.zip
hdf5-5855f5d431b266ccb3568d2a70ba95725ba1cfc0.tar.gz
hdf5-5855f5d431b266ccb3568d2a70ba95725ba1cfc0.tar.bz2
[svn-r28553] Merge of r28436 from revise_chunks. Cleans up warnings exposed
by gcc 5.2 in the flex/bison code. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
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 c4ce22d..3d7b4e8 100644
--- a/hl/src/H5LTparse.h
+++ b/hl/src/H5LTparse.h
@@ -109,13 +109,13 @@ extern int H5LTyydebug;
typedef union YYSTYPE YYSTYPE;
union YYSTYPE
{
-#line 74 "hl/src//H5LTparse.y" /* yacc.c:1909 */
+#line 74 "hl/src/H5LTparse.y" /* yacc.c:1909 */
int ival; /*for integer token*/
char *sval; /*for name string*/
hid_t hid; /*for hid_t token*/
-#line 119 "hl/src//H5LTparse.h" /* yacc.c:1909 */
+#line 119 "hl/src/H5LTparse.h" /* yacc.c:1909 */
};
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_DECLARED 1