Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix MC build
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 3 Aug 2016 08:52:29 +0000 (10:52 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 3 Aug 2016 08:52:29 +0000 (10:52 +0200)
void suppression was more picky than expected in XBT

src/xbt_modinter.h

index 0d04e83..4f421cc 100644 (file)
@@ -28,8 +28,8 @@ void xbt_dict_postexit(void);
 void xbt_os_thread_mod_preinit(void);
 void xbt_os_thread_mod_postexit(void);
 
-void *mmalloc_preinit();
-void mmalloc_postexit();
+void *mmalloc_preinit(void);
+void mmalloc_postexit(void);
 
 extern int smx_cleaned;
 extern int xbt_initialized;