From: Paul Eggert <eggert@cs.ucla.edu> Date: Sun, 13 Oct 2002 20:36:45 +0000 (+0000) Subject: * data/c.m4 (b4_token_defines): Protect against double-inclusion X-Git-Tag: BISON-1_75~14 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/cc0f0794b89f8759cd8123281402327b4b456d48 * data/c.m4 (b4_token_defines): Protect against double-inclusion by wrapping enum yytokentype's definition inside #ifndef YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12. --- diff --git a/ChangeLog b/ChangeLog index 98f9c766..c61beda2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-10-13 Paul Eggert <eggert@twinsun.com> + + * data/c.m4 (b4_token_defines): Protect against double-inclusion + by wrapping enum yytokentype's definition inside #ifndef + YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12. + 2002-10-13 Akim Demaille <akim@epita.fr> * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):