Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename BEGIN_DECL since we changed the usual definition to a macro with arguments...
[simgrid.git] / include / xbt / sysdep.h
index e6bec9d90b6f40bb6176ff8509a67bb1261d25be..2c7c194f52bafa1bc5385fdf63c8dc1350fe1b1f 100644 (file)
@@ -19,7 +19,7 @@
 #include "xbt/misc.h"
 #include "xbt/asserts.h"
   
-BEGIN_DECL()
+SG_BEGIN_DECL()
 
 /** @addtogroup XBT_syscall
  *  @{
@@ -98,6 +98,6 @@ static inline void *xbt_realloc(void*p,int s){
 int vasprintf  (char **ptr, const char *fmt, va_list ap);
 char *bprintf(const char*fmt, ...) _XBT_GNUC_PRINTF(1,2);
   
-END_DECL()
+SG_END_DECL()
 
 #endif /* _XBT_SYSDEP_H */