This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.000 patch.0e: fix various non-broken things in the x2p/ directory
authorAndy Dougherty <doughera@lafcol.lafayette.edu>
Wed, 18 Jan 1995 02:37:01 +0000 (02:37 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Wed, 18 Jan 1995 02:37:01 +0000 (02:37 +0000)
commit9c8d0b29b7bd1493cc1d95591b17902820e5579c
treef8671d758a3a5d07d4fef72c609650aa9af8f7e1
parentf4cb4c40de81ad9c5a8e775c2298ec5a52130124
perl5.000 patch.0e: fix various non-broken things in the x2p/ directory

This patch fixes various non-broken things in the x2p/ directory.
Mostly, I've supplied function prototypes to satisfy particularly
picky compilers.

I've also updated Makefile.SH to know that the byacc-generated a2p.c
is now included with the distribution so that we no longer need to go
looking for yacc/bison/byacc and deal with various library issues or
command line options to support those various compiler compilers.

I've included a2p.c generated by byacc-1.9.  Larry, feel free to
use your own from byacc-1.8 instead.
12 files changed:
x2p/Makefile.SH
x2p/a2p.c [new file with mode: 0644]
x2p/a2p.h
x2p/a2py.c
x2p/handy.h
x2p/hash.c
x2p/hash.h
x2p/str.c
x2p/str.h
x2p/util.c
x2p/util.h
x2p/walk.c