summaryrefslogtreecommitdiff
path: root/perlvars.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 /perlvars.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 'perlvars.h')
-rw-r--r--perlvars.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perlvars.h b/perlvars.h
index 67dc7c181f..061f8f3794 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -204,3 +204,6 @@ PERLVAR(Guudmap[256], char)
PERLVAR(Gbitcount, char *)
PERLVAR(Gfilter_debug, int)
+/* byterun globals */
+PERLVAR(Goptype_size[], int)
+