aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKresten Krab Thorup <krab@gcc.gnu.org>1993-04-12 15:44:37 +0000
committerKresten Krab Thorup <krab@gcc.gnu.org>1993-04-12 15:44:37 +0000
commit2ebb3053282158fa6ba0e1e03340b47e74275ee6 (patch)
tree288f4acc276e606ffbf00cce3218139d07bc3bf4 /gcc
parent6d9bd62495060b58a269c8780d6e8e57a1a6f2db (diff)
downloadgcc-2ebb3053282158fa6ba0e1e03340b47e74275ee6.zip
gcc-2ebb3053282158fa6ba0e1e03340b47e74275ee6.tar.gz
gcc-2ebb3053282158fa6ba0e1e03340b47e74275ee6.tar.bz2
*** empty log message ***
From-SVN: r4095
Diffstat (limited to 'gcc')
-rw-r--r--gcc/objc/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h
index 6f2a550..ce637b1 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);