diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-02-02 19:22:26 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-02-02 19:22:26 +0000 |
commit | 8992b86776240587bd76f234d50d01bb6e32b9f4 (patch) | |
tree | 257946eeab6ec0c52706a228447e880f9274494a /test/btyacc/expr.oxout.tab.h | |
parent | af7e34d5cb7547f2c377442a096254dbda0d6809 (diff) |
Notes
Diffstat (limited to 'test/btyacc/expr.oxout.tab.h')
-rw-r--r-- | test/btyacc/expr.oxout.tab.h | 20 |
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_ */ |