summaryrefslogtreecommitdiff
path: root/Porting/pumpkin.pod
diff options
context:
space:
mode:
authorAbe Timmerman <abe@ztreet.demon.nl>2004-02-14 12:56:24 +0100
committerDave Mitchell <davem@fdisolutions.com>2004-02-14 13:33:26 +0000
commitd21142e6bf2cd8e4081790dd8d8c541e503b397a (patch)
treee2690405ebfa3aa650a7f303f8cbb5a46e9150f4 /Porting/pumpkin.pod
parent81051be6a333f0a26cf419e0f845235de94f3ea7 (diff)
downloadperl-d21142e6bf2cd8e4081790dd8d8c541e503b397a.tar.gz
Re: switch from byacc to bison
Message-Id: <200402141156.58185.abeltje@cpan.org> Fix typos in pumpkin.pod p4raw-id: //depot/perl@22304
Diffstat (limited to 'Porting/pumpkin.pod')
-rw-r--r--Porting/pumpkin.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod
index aa52845be4..b2e2c2ef6e 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<not> 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<not> 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.