summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2000-12-05 12:44:31 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-05 14:38:53 +0000
commit4c80c0b28d91ade6a9768a49b70f648aabec579b (patch)
treef5f9af3bd155cef5f27b65436f08069b62e51805 /opcode.pl
parente11947490c2e87179a2e8ad633598bddc45928c9 (diff)
downloadperl-4c80c0b28d91ade6a9768a49b70f648aabec579b.tar.gz
shrink pp_hot fractionally
Message-ID: <20001205124431.E74518@plum.flirble.org> Use report_evil_fh(). p4raw-id: //depot/perl@7990
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index 43d98ae8af..22ef9721ce 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -56,7 +56,9 @@ for (@ops) {
}
print ON "\t", &tab(3,"OP_max"), "\n";
print ON "} opcode;\n";
-print ON "\n#define MAXO ", scalar @ops, "\n\n";
+print ON "\n#define MAXO ", scalar @ops, "\n";
+print ON "#define OP_phoney_INPUT_ONLY -1\n";
+print ON "#define OP_phoney_OUTPUT_ONLY -2\n\n";
# Emit op names and descriptions.