From 27f581c390ebb6141dffda7cb55c979fa76032a0 Mon Sep 17 00:00:00 2001 From: Kresten Krab Thorup Date: Wed, 5 May 1993 13:51:15 +0000 Subject: [PATCH] (-shouldNotImplement:): New method From-SVN: r4331 --- gcc/objc/Object.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/objc/Object.h b/gcc/objc/Object.h index 917fed55a87..b55a6533f59 100644 --- a/gcc/objc/Object.h +++ b/gcc/objc/Object.h @@ -102,6 +102,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Enforcing intentions */ - subclassResponsibility:(SEL)aSel; - notImplemented:(SEL)aSel; +- shouldNotImplement:(SEL)aSel; /* Error handling */ - doesNotRecognize:(SEL)aSel; -- 2.30.2