Files
bison/data/skeletons
Todd C. Miller c47bb87f9f yacc.c: fix #definition of YYEMPTY
When generating a C parser, YYEMPTY is present in enum yytokentype but
there is no corresponding #define like there is for the other values.
There is a special case for YYEMPTY in b4_token_enums but no
corresponding case in b4_token_defines.

* data/skeletons/c.m4 (b4_token_defines): Do define YYEMPTY.
2020-11-11 08:47:21 +01:00
..
2020-05-21 20:14:59 +02:00
2020-01-10 19:16:23 +01:00
2020-11-11 08:47:21 +01:00
2020-01-10 19:16:23 +01:00
2020-07-05 09:59:25 +02:00
2020-01-10 19:16:23 +01:00
2020-07-05 09:59:25 +02:00
2020-09-27 09:22:02 +02:00
2020-01-10 19:16:23 +01:00
2020-04-13 16:49:54 +02:00
2020-08-30 10:05:18 +02:00