Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New script: wait the distribution to be in position
[simgrid.git] / include / xbt / misc.h
index 42173ad..e1c700d 100644 (file)
 #  define XBT_IMPORT_NO_EXPORT(type)   __declspec(dllimport) type
 #  define XBT_PUBLIC_DATA(type)                __declspec(dllimport) type
 
-/* UNIX build. Let's keep sain here ;) */
+/* UNIX build */
 #else
 #  define XBT_PUBLIC(type)            extern type
 #  define XBT_EXPORT_NO_IMPORT(type)  type