From a5375da668f3d59cd72fe1351354ced88b42791d Mon Sep 17 00:00:00 2001
From: dennisg <dennisg@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Sun, 1 Dec 1991 01:29:29 +0000
Subject: [PATCH] modified to remove changes previously made to implement
 posing.  posing just got easy.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/objc/objc.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gcc/objc/objc.h b/gcc/objc/objc.h
index 7347b124a2a1..505badb59330 100644
--- a/gcc/objc/objc.h
+++ b/gcc/objc/objc.h
@@ -19,10 +19,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  * 
-  $Header: /usr/user/dennis_glatting/ObjC/c-runtime/include/RCS/ObjC.h,v 0.6 1991/11/29 20:02:01 dennisg Exp dennisg $
+  $Header: /usr/user/dennis_glatting/ObjC/c-runtime/include/RCS/ObjC.h,v 0.7 1991/11/29 22:00:10 dennisg Exp dennisg $
   $Author: dennisg $
-  $Date: 1991/11/29 20:02:01 $
+  $Date: 1991/11/29 22:00:10 $
   $Log: ObjC.h,v $
+ * Revision 0.7  1991/11/29  22:00:10  dennisg
+ * modified to implement set functions.
+ *
  * Revision 0.6  1991/11/29  20:02:01  dennisg
  * fixed several const decls.  bozo.
  *
@@ -141,9 +144,6 @@ typedef id  ( *IMP )( id, SEL, ... );
                                                   first message sent to a
                                                   class.  It isn't guaranteed
                                                   to be sent only once. */
-#define CLS_POSING        0x8L                  /* Class is posing as 
-																									another. */
-#define CLS_MAPPED        0x10L                 /* Unknown. */
 
 
                                                 /* Set this variable to !0 to
-- 
GitLab