From: Jarkko Hietaniemi Date: Mon, 26 Oct 1998 08:21:25 +0000 (+0000) Subject: s/YYLEX_PARAM/YYLEXPARAM/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4eb4c1dff89e3fd33f51f2dd0ee19c2d963e5bf8;p=p5sagit%2Fp5-mst-13.2.git s/YYLEX_PARAM/YYLEXPARAM/ p4raw-id: //depot/cfgperl@2090 --- diff --git a/perly.y b/perly.y index 78378b6..5c7e6f7 100644 --- a/perly.y +++ b/perly.y @@ -42,7 +42,7 @@ dep(void) #endif /* !OEMVS && !__OPEN_VM && !POSIX_BC */ #ifdef USE_PURE_BISON -#define YYLEX_PARAM (&yychar) +#define YYLEXPARAM (&yychar) #endif %}