This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert miniperl sources to ANSI C. Several passes of
authorNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 31 Oct 1997 01:43:49 +0000 (01:43 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 31 Oct 1997 01:43:49 +0000 (01:43 +0000)
commit8ac853655d9b744749adcb9687c13d99cdd6e9fb
treec32146679d3473063e5fce6090b93706d7602ad6
parent27332437a2ed19419cce5a4de680085fd4d13c8d
Convert miniperl sources to ANSI C. Several passes of
GNU C's 'protoize' plus a few hand edits.
Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
Does not link seems gcc's C++ does not define a symbol for
   const char foo[] = "....";
i.e. with empty [].

p4raw-id: //depot/ansiperl@194
28 files changed:
av.c
deb.c
doio.c
doop.c
dump.c
gv.c
hv.c
malloc.c
mg.c
miniperlmain.c
op.c
perl.c
perl.h
perlio.c
perly.y
pp.c
pp_ctl.c
pp_hot.c
pp_sys.c
regcomp.c
regexec.c
run.c
scope.c
sv.c
taint.c
toke.c
universal.c
util.c