diff options
author | Nicola Pero <nicola.pero@meta-innovation.com> | 2010-10-11 18:17:19 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2010-10-11 18:17:19 +0000 |
commit | 90a2689f4d6b68b7542b0f7b04d66fea1cee5c0f (patch) | |
tree | 10e40b8bd1fa671cf3389ef739344e4e40b99999 /libobjc/objc/objc-api.h | |
parent | 6c0098673b7e6e47c026b9827ce3e0d6ccc149db (diff) | |
download | gcc-90a2689f4d6b68b7542b0f7b04d66fea1cee5c0f.zip gcc-90a2689f4d6b68b7542b0f7b04d66fea1cee5c0f.tar.gz gcc-90a2689f4d6b68b7542b0f7b04d66fea1cee5c0f.tar.bz2 |
In libobjc/: 2010-10-11 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/:
2010-10-11 Nicola Pero <nicola.pero@meta-innovation.com>
* class.c (objc_getClassList): New.
(objc_getRequiredClass): New.
(objc_getMetaClass): New.
(objc_lookupClass): New.
(objc_getClass): New.
(__objc_get_unknown_class_handler): New.
(objc_setGetUnknownClassHandler): New.
(objc_get_class): Use __objc_get_unknown_class_handler.
(objc_lookup_class): Call objc_getClass.
* objc/objc-api.h: Updated comment and copyright notice.
* objc/runtime.h: Updated comments.
(objc_getClass): New.
(objc_lookupClass): New.
(objc_getMetaClass): New.
(objc_getRequiredClass): New.
(objc_getClassList): New.
(objc_setGetUnknownClassHandler): New.
(objc_get_unknown_class_handler): New.
* objc-private/runtime.h: Use __objc_private_runtime_INCLUDE_GNU
instead of __objc_runtime_INCLUDE_GNU as include guard.
* objc-private/error.h (_objc_abort): Mark as noreturn.
From-SVN: r165326
Diffstat (limited to 'libobjc/objc/objc-api.h')
-rw-r--r-- | libobjc/objc/objc-api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/objc/objc-api.h b/libobjc/objc/objc-api.h index 0763733..d31e13f 100644 --- a/libobjc/objc/objc-api.h +++ b/libobjc/objc/objc-api.h @@ -1,6 +1,6 @@ -/* GNU Objective-C Runtime API. +/* GNU Objective-C Runtime API - Traditional API Copyright (C) 1993, 1995, 1996, 1997, 2001, 2002, 2003, 2004, 2005, - 2007, 2009 Free Software Foundation, Inc. + 2007, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. |