From: Abe Timmerman Date: Sat, 14 Feb 2004 11:56:24 +0000 (+0100) Subject: Re: switch from byacc to bison X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d21142e6bf2cd8e4081790dd8d8c541e503b397a;p=p5sagit%2Fp5-mst-13.2.git Re: switch from byacc to bison Message-Id: <200402141156.58185.abeltje@cpan.org> Fix typos in pumpkin.pod p4raw-id: //depot/perl@22304 --- diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index aa52845..b2e2c2e 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -480,8 +480,8 @@ directories. =head2 make regen_perly If perly.y has been edited, it is nessary to run this target to rebuild -perly.h, perl.act and perl.tab. In fact this target just runs the Perl -script regen_perly.pl. Note that perl.c is I rebuilt; this is just a +perly.h, perly.act and perly.tab. In fact this target just runs the Perl +script regen_perly.pl. Note that perly.c is I rebuilt; this is just a plain static file now. This target relies on you having Bison installed on your system. Running @@ -489,7 +489,7 @@ the target will tell you if you haven't got the right version, and if so, where to get the right one. Or if you prefer, you could hack regen_perly.pl to work with your version of Bison. The important things are that the regexes can still extract out the right chunks of the Bison -output into perly.act and perl.tab, and that the contents of those two +output into perly.act and perly.tab, and that the contents of those two files, plus perly.h, are functionally equivalent to those produced by the supported version of Bison.