* src/vm/initialize.c: Moved to C++.
[cacao.git] / src / vm / jit / verify / typeinfo.h
index 70bfcc11fe1110d6b15630a9723dab72b019b11b..806bca9732288ecae892b45c689362fd2143bf45 100644 (file)
@@ -429,6 +429,10 @@ struct typedescriptor {
 /* FUNCTIONS                                                                */
 /****************************************************************************/
 
+#ifdef __cplusplus
+extern "C" { 
+#endif
+
 /* typevector functions *****************************************************/
 
 /* element read-only access */
@@ -514,6 +518,10 @@ void typevector_print(FILE *file,varinfo *vec,int size);
 
 #endif /* TYPEINFO_DEBUG */
 
+#ifdef __cplusplus
+} 
+#endif
+
 #endif /* _TYPEINFO_H */