summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTparse.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-06-23 14:45:47 (GMT)
committerGitHub <noreply@github.com>2022-06-23 14:45:47 (GMT)
commit896304d2da518cf7f130394b33d2c9a9fe1cd477 (patch)
tree5362a234b3e6f348510a8e02838e20a283961ee8 /hl/src/H5LTparse.h
parent9e55d51f469d37bca753a6506336812363d73069 (diff)
downloadhdf5-896304d2da518cf7f130394b33d2c9a9fe1cd477.zip
hdf5-896304d2da518cf7f130394b33d2c9a9fe1cd477.tar.gz
hdf5-896304d2da518cf7f130394b33d2c9a9fe1cd477.tar.bz2
Work-around for MSVC issue with flex-generated code (#1823)
Diffstat (limited to 'hl/src/H5LTparse.h')
-rw-r--r--hl/src/H5LTparse.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/hl/src/H5LTparse.h b/hl/src/H5LTparse.h
index 9dd2fba..6464f26 100644
--- a/hl/src/H5LTparse.h
+++ b/hl/src/H5LTparse.h
@@ -1,8 +1,9 @@
-/* A Bison parser, made by GNU Bison 3.0.4. */
+/* A Bison parser, made by GNU Bison 3.5.1. */
/* Bison interface for Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation,
+ Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -30,6 +31,9 @@
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
+/* Undocumented macros, especially those whose name start with YY_,
+ are private implementation details. Do not rely on them. */
+
#ifndef YY_H5LTYY_HL_SRC_H5LTPARSE_H_INCLUDED
# define YY_H5LTYY_HL_SRC_H5LTPARSE_H_INCLUDED
/* Debug traces. */
@@ -106,18 +110,17 @@ extern int H5LTyydebug;
/* Value type. */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
-
union YYSTYPE
{
-#line 69 "hl/src/H5LTparse.y" /* yacc.c:1909 */
+#line 69 "./hl/src/H5LTparse.y"
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 122 "./hl/src/H5LTparse.h"
+};
typedef union YYSTYPE YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_DECLARED 1