aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKresten Krab Thorup <krab@gcc.gnu.org>1993-05-05 13:51:15 +0000
committerKresten Krab Thorup <krab@gcc.gnu.org>1993-05-05 13:51:15 +0000
commit27f581c390ebb6141dffda7cb55c979fa76032a0 (patch)
tree60cecff3eccc0aa97f5ca5e8afaf8dc1d57d469a
parent1df03188a24e78caceffe04fd12623f9ac7d5c79 (diff)
downloadgcc-27f581c390ebb6141dffda7cb55c979fa76032a0.zip
gcc-27f581c390ebb6141dffda7cb55c979fa76032a0.tar.gz
gcc-27f581c390ebb6141dffda7cb55c979fa76032a0.tar.bz2
(-shouldNotImplement:): New method
From-SVN: r4331
-rw-r--r--gcc/objc/Object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/objc/Object.h b/gcc/objc/Object.h
index 917fed5..b55a653 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;