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) --- win32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile') diff --git a/win32/Makefile b/win32/Makefile index 79040792e6..e0e7835234 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -889,7 +889,7 @@ $(CORE_OBJ) : $(CORE_H) $(DLL_OBJ) : $(CORE_H) $(X2P_OBJ) : $(CORE_H) -perldll.def : $(MINIPERL) $(CONFIGPM) ..\global.sym ..\pp.sym ..\makedef.pl create_perllibst_h.pl +perldll.def : $(MINIPERL) $(CONFIGPM) ..\global.sym ..\makedef.pl create_perllibst_h.pl $(MINIPERL) -I..\lib create_perllibst_h.pl $(MINIPERL) -I..\lib -w ..\makedef.pl PLATFORM=win32 $(OPTIMIZE) $(DEFINES) $(BUILDOPT) \ CCTYPE=$(CCTYPE) > perldll.def -- cgit v1.2.1