From 897d398936dd2fc088a265fba2a7b62fa97ed458 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 9 Jan 2011 10:54:58 +0000 Subject: Generate pp_* prototypes in pp_proto.h, and remove pp.sym Eliminate the #define pp_foo Perl_pp_foo(pTHX) macros, and update the 13 locations that relied on them. regen/opcode.pl now generates prototypes for the PP functions directly, into pp_proto.h. It no longer writes pp.sym, and regen/embed.pl no longer reads this, removing the only ordering dependency in the regen scripts. opcode.pl is now responsible for prototypes for pp_* functions. (embed.pl remains responsible for ck_* functions, reading from regen/opcodes) --- Makefile.micro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.micro') diff --git a/Makefile.micro b/Makefile.micro index 3528b93296..86113322d7 100644 --- a/Makefile.micro +++ b/Makefile.micro @@ -29,7 +29,7 @@ microperl: $(O) H = av.h uconfig.h cop.h cv.h embed.h embedvar.h form.h gv.h handy.h \ hv.h intrpvar.h iperlsys.h mg.h op.h opcode.h opnames.h pad.h \ patchlevel.h perl.h perlsdio.h perlvars.h perly.h pp.h \ - proto.h reentr.h regexp.h scope.h sv.h \ + pp_proto.h proto.h reentr.h regexp.h scope.h sv.h \ thread.h unixish.h utf8.h util.h uudmap.h warnings.h HE = $(H) EXTERN.h -- cgit v1.2.1