summaryrefslogtreecommitdiff
path: root/bytecode.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-05-25 21:59:21 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-25 21:59:21 +0000
commit015b361d14b10a254511e7c77a5c4078d4a207cd (patch)
tree79f6d026bc606ae8728a42eef20e4f2d8915f3fa /bytecode.pl
parent4b557a8e777a9b184a60af6094430156c0cd3cd0 (diff)
downloadperl-015b361d14b10a254511e7c77a5c4078d4a207cd.tar.gz
Cures for _57 in AIX 4.1.5.0.
(1) The lddlflags lost its -lc by change #3660 (and the politeness of change #3257). (2) optype_size must end up in perl.exp (as PL_optype_size). Added it to perlvars.h, fixed bytecode.pl, regen'ed the relevant headers. p4raw-link: @3660 (not found) p4raw-link: @3257 on //depot/cfgperl: 5f3774a9b49fbaa1b06fec2cad77079ee509d6ca p4raw-id: //depot/cfgperl@3479
Diffstat (limited to 'bytecode.pl')
-rw-r--r--bytecode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl
index f53b0cef4b..704d3b1623 100644
--- a/bytecode.pl
+++ b/bytecode.pl
@@ -198,7 +198,7 @@ for ($i = 0; $i < @optype - 1; $i++) {
}
printf BYTERUN_H " OPt_%s\t\t/* %d */\n};\n\n", $optype[$i], $i;
print BYTERUN_H <<'EOT';
-EXT int optype_size[]
+EXT int PL_optype_size[]
#ifdef DOINIT
= {
EOT