Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
brain-dead hack
[simgrid.git] / include / gras / cond.h
index 100e1b2..2aa07db 100644 (file)
@@ -3,7 +3,7 @@
 /* gras/cond.h - public interface to conditional execution                  */
 /*                (specific parts for SG or RL)                             */
  
-/* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -13,7 +13,7 @@
 
 #include "xbt/misc.h" /* BEGIN_DECL */
 
-BEGIN_DECL
+BEGIN_DECL()
 
 /**
  * gras_if_RL:
@@ -29,7 +29,7 @@ int gras_if_RL(void);
  */
 int gras_if_SG(void);
 
-END_DECL
+END_DECL()
 
 #endif /* GRAS_COND_H */