summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-26 11:52:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-26 11:52:21 +0000
commit4d6334bc3f221cf02f086af5f139b424145c2b32 (patch)
tree66055d39c0cbe8985d19e996cfeb9f3abc7569bc /perl.h
parentbb47c2333c2ccd252abbfcb3092724fb025ec682 (diff)
downloadperl-4d6334bc3f221cf02f086af5f139b424145c2b32.tar.gz
Remove the object_compatibility placeholder in the interpreter struct
p4raw-id: //depot/perl@30759
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/perl.h b/perl.h
index 61856e1843..bd77507de4 100644
--- a/perl.h
+++ b/perl.h
@@ -4487,11 +4487,6 @@ struct perl_vars *PL_VarsPtr;
struct interpreter {
# include "thrdvar.h"
# include "intrpvar.h"
-/*
- * The following is a buffer where new variables must
- * be defined to maintain binary compatibility with previous versions
- */
-PERLVARA(object_compatibility,30, char)
};
#else