From: Nicholas Clark Date: Sun, 18 Oct 2009 16:10:02 +0000 (+0100) Subject: Note why S_pending_ident's prototype can't be generated by embed.fnc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=161735889e3f206d41ba19c0a094a7e55e577462;p=p5sagit%2Fp5-mst-13.2.git Note why S_pending_ident's prototype can't be generated by embed.fnc --- diff --git a/toke.c b/toke.c index e41cef6..8e47c9a 100644 --- a/toke.c +++ b/toke.c @@ -96,6 +96,8 @@ # define PL_nextval (PL_parser->nextval) #endif +/* This can't be done with embed.fnc, because struct yy_parser contains a + member named pending_ident, which clashes with the generated #define */ static int S_pending_ident(pTHX);