summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-09 10:54:58 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-09 11:46:33 +0000
commit897d398936dd2fc088a265fba2a7b62fa97ed458 (patch)
tree38e2294c657822f375315f923e1daec3364e9ed0 /vms
parent146326cb2bb55642adc3a8dbb7adf592f2e2e4e3 (diff)
downloadperl-897d398936dd2fc088a265fba2a7b62fa97ed458.tar.gz
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)
Diffstat (limited to 'vms')
-rw-r--r--vms/descrip_mms.template3
1 files changed, 1 insertions, 2 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 213d8ad8b2..ea70c32567 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -1457,9 +1457,8 @@ $(SOCKH) : [.vms]$(SOCKH)
# The following files are generated automatically
# embed.pl: proto.h embed.h embedvar.h global.sym
# perlapi.h perlapi.c
-# [* embed.pl needs pp.sym generated by opcode.pl! *]
# keywords.pl: keywords.h
-# opcode.pl: opcode.h opnames.h pp.sym
+# opcode.pl: opcode.h opnames.h pp_proto.h
# regcomp.pl: regnodes.h
# warnings.pl: warnings.h lib/warnings.pm
# The correct versions should be already supplied with the perl kit,