From 2ebb3053282158fa6ba0e1e03340b47e74275ee6 Mon Sep 17 00:00:00 2001 From: Kresten Krab Thorup Date: Mon, 12 Apr 1993 15:44:37 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r4095 --- gcc/objc/runtime.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h index 6f2a55041da..ce637b1d2a7 100644 --- a/gcc/objc/runtime.h +++ b/gcc/objc/runtime.h @@ -60,6 +60,7 @@ extern int __objc_selector_max_index; #define DEBUG_PRINTF #endif +BOOL __objc_responds_to (id object, SEL sel); /* for internal use only! */ /* standard functions */ int bcopy(void*, void*, size_t); -- 2.30.2