summaryrefslogtreecommitdiff
path: root/test/btyacc/expr.oxout.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/btyacc/expr.oxout.tab.h')
-rw-r--r--test/btyacc/expr.oxout.tab.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/btyacc/expr.oxout.tab.h b/test/btyacc/expr.oxout.tab.h
new file mode 100644
index 0000000000000..e570dd75d8a8e
--- /dev/null
+++ b/test/btyacc/expr.oxout.tab.h
@@ -0,0 +1,20 @@
+#ifndef _expr.oxout__defines_h_
+#define _expr.oxout__defines_h_
+
+#define ID 257
+#define CONST 258
+#ifdef YYSTYPE
+#undef YYSTYPE_IS_DECLARED
+#define YYSTYPE_IS_DECLARED 1
+#endif
+#ifndef YYSTYPE_IS_DECLARED
+#define YYSTYPE_IS_DECLARED 1
+typedef union {
+struct yyyOxAttrbs {
+struct yyyStackItem *yyyOxStackItem;
+} yyyOxAttrbs;
+} YYSTYPE;
+#endif /* !YYSTYPE_IS_DECLARED */
+extern YYSTYPE expr.oxout_lval;
+
+#endif /* _expr.oxout__defines_h_ */