OSDN Git Service

* gcc.pot: Regenerate.
[pf3gnuchains/gcc-fork.git] / libobjc / objc / Object.h
index ea3e7d7..b159b59 100644 (file)
@@ -30,6 +30,10 @@ Boston, MA 02111-1307, USA.  */
 #include <objc/objc.h>
 #include <objc/typedstream.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /*
  * All classes are derived from Object.  As such,
  * this is the overhead tacked onto those objects.
@@ -121,4 +125,8 @@ Boston, MA 02111-1307, USA.  */
 
 @end
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif