summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test/calc1.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/test/calc1.tab.h')
-rw-r--r--contrib/byacc/test/calc1.tab.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/byacc/test/calc1.tab.h b/contrib/byacc/test/calc1.tab.h
new file mode 100644
index 0000000..c0633e3
--- /dev/null
+++ b/contrib/byacc/test/calc1.tab.h
@@ -0,0 +1,18 @@
+#define DREG 257
+#define VREG 258
+#define CONST 259
+#define UMINUS 260
+#ifdef YYSTYPE
+#undef YYSTYPE_IS_DECLARED
+#define YYSTYPE_IS_DECLARED 1
+#endif
+#ifndef YYSTYPE_IS_DECLARED
+#define YYSTYPE_IS_DECLARED 1
+typedef union
+{
+ int ival;
+ double dval;
+ INTERVAL vval;
+} YYSTYPE;
+#endif /* !YYSTYPE_IS_DECLARED */
+extern YYSTYPE calc1_lval;
OpenPOWER on IntegriCloud