diff options
Diffstat (limited to 'gcc/objc/misc.c')
-rw-r--r-- | gcc/objc/misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/objc/misc.c b/gcc/objc/misc.c index 915e29d..b9b64ac 100644 --- a/gcc/objc/misc.c +++ b/gcc/objc/misc.c @@ -26,6 +26,8 @@ You should have received a copy of the GNU General Public License along with #include "runtime.h" +void objc_error(id object, const char* fmt, va_list); + void (*_objc_error)(id, const char*, va_list) = objc_error; /* id (*_objc_object_alloc)(Class*) = 0; */ /* id (*_objc_object_dispose)(id) = 0; */ |