diff options
Diffstat (limited to 'test/btyacc/calc_code_provides.tab.h')
-rw-r--r-- | test/btyacc/calc_code_provides.tab.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/btyacc/calc_code_provides.tab.h b/test/btyacc/calc_code_provides.tab.h new file mode 100644 index 000000000000..1ca968af458c --- /dev/null +++ b/test/btyacc/calc_code_provides.tab.h @@ -0,0 +1,14 @@ +#ifndef _calc_code_provides__defines_h_ +#define _calc_code_provides__defines_h_ + +#define DIGIT 257 +#define LETTER 258 +#define UMINUS 259 +/* %code "provides" block start */ +#line 1 "calc_code_provides.y" +/* CODE-PROVIDES */ +#line 2 "calc_code_provides.y" +/* CODE-PROVIDES2 */ +/* %code "provides" block end */ + +#endif /* _calc_code_provides__defines_h_ */ |