* src/toolbox/hashtable.hpp: Added preliminary C++ hashtable class.
[cacao.git] / src / vm / utf8.h
index 91d2a2d9c66577ea82d2b4de13ee8daba383fab6..8a1197ebf619715b50361bf5c851cea3a950dc17 100644 (file)
@@ -226,6 +226,10 @@ extern utf *array_packagename;
 
 /* function prototypes ********************************************************/
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* initialize the utf8 subsystem */
 void utf8_init(void);
 
@@ -289,6 +293,10 @@ bool is_valid_name_utf(utf *u);
 /* show utf-table */
 void utf_show(void);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _UTF_H */