/* Hash tables for Objective C method dispatch.
- Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1995, 1996, 2004 Free Software Foundation, Inc.
This file is part of GCC.
#ifndef __hash_INCLUDE_GNU
#define __hash_INCLUDE_GNU
+#include <objc/objc.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
#include <stddef.h>
#include <string.h>
-#include <objc/objc.h>
/*
* This data structure is used to hold items
return ! strcmp ((const char *) k1, (const char *) k2);
}
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* not __hash_INCLUDE_GNU */