summaryrefslogtreecommitdiff
path: root/objXSUB.h
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 /objXSUB.h
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 'objXSUB.h')
-rw-r--r--objXSUB.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/objXSUB.h b/objXSUB.h
index 658e5ce226..e4f90ab9fd 100644
--- a/objXSUB.h
+++ b/objXSUB.h
@@ -442,6 +442,8 @@
#define PL_op_seqmax pPerl->PL_op_seqmax
#undef PL_opsave
#define PL_opsave pPerl->PL_opsave
+#undef PL_optype_size
+#define PL_optype_size pPerl->PL_optype_size
#undef PL_origalen
#define PL_origalen pPerl->PL_origalen
#undef PL_origargc