From 8637d320f1a1806dd9452c280a69f7daf3547fed Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 22 Dec 2010 00:05:57 +0000 Subject: In libobjc/: 2010-12-22 Nicola Pero In libobjc/: 2010-12-22 Nicola Pero * objc-private/accessors.h: Removed 'extern "C"' guards. This file is never compiled with C++. * objc-private/hash.h: Same change. * objc-private/objc-list.h: Same change. * objc-private/objc-sync.h: Same change. * objc-private/protocols.h: Same change. * objc-private/runtime.h: Same change. * objc-private/sarray.h: Same change. * objc-private/selector.h: Same change. From-SVN: r168149 --- libobjc/objc-private/hash.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libobjc/objc-private/hash.h') 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 #include -#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 */ -- cgit v1.1