summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-08-02 03:54:15 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-08-02 03:54:15 +0000
commitd0c1b09914232704f6b96cb95b97b2f6a1c10913 (patch)
tree321ca75834ee92d3b53ccd80708287bbbb921e6b /perl.h
parent4670cb3e90106d2cd45b584c58574e7ad6b818c9 (diff)
downloadperl-d0c1b09914232704f6b96cb95b97b2f6a1c10913.tar.gz
PERL_OBJECT bincompat fixes from Douglas Lankshear <dougl@ActiveState.com>
Date: Wed, 29 Jul 1998 10:45:31 -0700 Message-ID: <000101bdbb18$ae767550$a32fa8c0@tau.Active> Subject: [PATCH 5.005_01] Fixes binary compatibility for PERL_OBJECT -- Date: Sat, 1 Aug 1998 09:33:19 -0700 Message-ID: <000701bdbd6a$17ada180$a32fa8c0@tau.Active> Subject: [PATCH 5.005_01] p4raw-id: //depot/maint-5.005/perl@1685
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index e2b34bc2b7..c5597aaf7f 100644
--- a/perl.h
+++ b/perl.h
@@ -1989,6 +1989,12 @@ typedef void *Thread;
#endif
#ifdef PERL_OBJECT
+/*
+ * The following is a buffer where new variables must
+ * be defined to maintain binary compatibility with PERL_OBJECT
+ * for 5.005
+ */
+PERLVAR(object_compatibility[30], char)
};
#include "objpp.h"