Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I think that MSVC wants the attrib before the symbol name
[simgrid.git] / include / xbt / sysdep.h
index 5f3caff..4e407ab 100644 (file)
@@ -35,7 +35,7 @@ SG_BEGIN_DECL()
  * @{
  */
 /** @brief Kill the program in silence */
-XBT_PUBLIC(void) xbt_abort(void) XBT_ATTRIB_NORETURN;
+XBT_PUBLIC(void) XBT_ATTRIB_NORETURN xbt_abort(void);
 
 /**
  * @brief Kill the program with an error message