Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The parenthesis of SG_BEGIN_DECL fools doxygen. Get rid of them
[simgrid.git] / src / include / mc / datatypes.h
index 9371068..5a7e2da 100644 (file)
@@ -13,7 +13,7 @@
 #include <ucontext.h>
 #endif
 
-SG_BEGIN_DECL()
+SG_BEGIN_DECL
 
 struct s_stack_region{
   void *address;
@@ -25,6 +25,6 @@ struct s_stack_region{
 };
 typedef struct s_stack_region  s_stack_region_t;
 
-SG_END_DECL()
+SG_END_DECL
 
 #endif