summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test/btyacc/btyacc_destroy3.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/test/btyacc/btyacc_destroy3.tab.h')
-rw-r--r--contrib/byacc/test/btyacc/btyacc_destroy3.tab.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/byacc/test/btyacc/btyacc_destroy3.tab.h b/contrib/byacc/test/btyacc/btyacc_destroy3.tab.h
new file mode 100644
index 0000000..1ef7d6b
--- /dev/null
+++ b/contrib/byacc/test/btyacc/btyacc_destroy3.tab.h
@@ -0,0 +1,25 @@
+#ifndef _destroy3__defines_h_
+#define _destroy3__defines_h_
+
+#define GLOBAL 257
+#define LOCAL 258
+#define REAL 259
+#define INTEGER 260
+#define NAME 261
+#ifdef YYSTYPE
+#undef YYSTYPE_IS_DECLARED
+#define YYSTYPE_IS_DECLARED 1
+#endif
+#ifndef YYSTYPE_IS_DECLARED
+#define YYSTYPE_IS_DECLARED 1
+typedef union
+{
+ class cval;
+ type tval;
+ namelist * nlist;
+ name id;
+} YYSTYPE;
+#endif /* !YYSTYPE_IS_DECLARED */
+extern YYSTYPE destroy3_lval;
+
+#endif /* _destroy3__defines_h_ */
OpenPOWER on IntegriCloud