diff options
Diffstat (limited to 'libobjc/objc-private/hash.h')
-rw-r--r-- | libobjc/objc-private/hash.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libobjc/objc-private/hash.h b/libobjc/objc-private/hash.h index ba4c494..c330d61 100644 --- a/libobjc/objc-private/hash.h +++ b/libobjc/objc-private/hash.h @@ -30,10 +30,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include <stddef.h> #include <string.h> -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - /* * This data structure is used to hold items * stored in a hash table. Each node holds @@ -202,10 +198,4 @@ objc_compare_strings (const void *k1, const void *k2) return ! strcmp ((const char *) k1, (const char *) k2); } - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - - #endif /* not __hash_INCLUDE_GNU */ |