* src/threads/threadlist.c: Moved to .cpp.
[cacao.git] / src / toolbox / util.h
index 4952cd26fd1e60d52d42ae702f7a5e3160f87efb..659ab0eb967aaa913edacc8eb5544aad606fc82a 100644 (file)
 #ifndef _UTIL_H
 #define _UTIL_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include "config.h"
 
 #include <stdarg.h>
@@ -39,6 +35,10 @@ extern "C" {
 
 /* function prototypes ********************************************************/
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 char *_Jv_getcwd(void);
 int   get_variable_message_length(const char *fmt, va_list ap);