]> git.saurik.com Git - bison.git/commit
(b4_token_defines): Protect against double-inclusion
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Oct 2002 20:35:06 +0000 (20:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Oct 2002 20:35:06 +0000 (20:35 +0000)
commit6b8c32543638059d1fef0db2fa6c4c4d6c96ae34
treed865819e64fa0d4ea3495f7189638857732a1d6a
parent6fed0802ee28ebb3fa2a73f279e94498770273eb
(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.
data/c.m4