From: Rafael Garcia-Suarez Date: Mon, 26 Mar 2007 11:52:21 +0000 (+0000) Subject: Remove the object_compatibility placeholder in the interpreter struct X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d6334bc3f221cf02f086af5f139b424145c2b32;p=p5sagit%2Fp5-mst-13.2.git Remove the object_compatibility placeholder in the interpreter struct p4raw-id: //depot/perl@30759 --- diff --git a/perl.h b/perl.h index 61856e1..bd77507 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