From a4e744802906bbf8435494e7f5ab1823213b2448 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 27 Sep 2010 17:25:24 +0100 Subject: Move OP prototypes from pp_proto.h to proto.h Make embed.pl fully responsible for generating prototypes and embedding macros for pp_* and ck_* functions, placing them in embed.h and proto.h opcode.pl no longer generates pp_proto.h Remove the (effectively) duplicate explicit entries for (all but 2) ck_* functions from embed.fnc We can't actually remove pp_proto.h from the distribution *yet*, as ExtUtils::MM_Unix and ExtUtils::MM_VMS have hardcoded lists of the installed headers. Once this is resolved, we can. --- Makefile.micro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.micro') diff --git a/Makefile.micro b/Makefile.micro index 86113322d7..3528b93296 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 \ - pp_proto.h proto.h reentr.h regexp.h scope.h sv.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