Object.st
changeset 1078 a92aa547ae7e
parent 1075 52d0a9cbd2d7
child 1085 3f5ae1995e83
--- a/Object.st	Thu Mar 07 11:25:11 1996 +0100
+++ b/Object.st	Thu Mar 07 11:36:14 1996 +0100
@@ -2268,10 +2268,6 @@
 
 %{  /* NOCONTEXT */
 
-#if !defined(hppa) && !defined(mips)
-#define PRE_2_11
-#endif
-
 #ifdef PRE_2_11
     static struct inlineCache ilc = _ILC0;
     struct inlineCache lilc = _DUMMYILC0;
@@ -4339,6 +4335,6 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.97 1996-03-07 10:10:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.98 1996-03-07 10:36:14 cg Exp $'
 ! !
 Object initialize!