Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid multiple declaration on the same line/statement
[simgrid.git] / src / mc / mc_base.h
index 9e74d39..fc1c184 100644 (file)
@@ -13,7 +13,8 @@
 
 #include <xbt/base.h>
 
-typedef struct s_smx_simcall s_smx_simcall_t, *smx_simcall_t;
+typedef struct s_smx_simcall  s_smx_simcall_t;
+typedef struct s_smx_simcall* smx_simcall_t;
 
 #ifdef __cplusplus