summaryrefslogtreecommitdiff
path: root/regen/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-09 10:08:29 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-09 10:08:29 +0000
commit146326cb2bb55642adc3a8dbb7adf592f2e2e4e3 (patch)
tree438f685a6dbf7aca0b30e18064461cfb105754ea /regen/opcode.pl
parentf8a58b02cba77e7c7459cd85a1596c81a781f79f (diff)
downloadperl-146326cb2bb55642adc3a8dbb7adf592f2e2e4e3.tar.gz
embed.pl can read the names of ck_* functions direct from regen/opcodes
Previously regen/opcode.pl wrote them to pp.sym for regen/embed.pl to read.
Diffstat (limited to 'regen/opcode.pl')
-rwxr-xr-xregen/opcode.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/regen/opcode.pl b/regen/opcode.pl
index 54b78b8aeb..a8f5e0b845 100755
--- a/regen/opcode.pl
+++ b/regen/opcode.pl
@@ -482,11 +482,6 @@ print $ppsym <<"END";
END
-for (sort keys %ckname) {
- print $ppsym "Perl_$_\n";
-#OP *\t", &tab(3,$_),"(OP* o);\n";
-}
-
for (@ops) {
next if /^i_(pre|post)(inc|dec)$/;
next if /^custom$/;