Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bugfix
[simgrid.git] / include / xbt / error.h
index b8ea1f0a6c0002ca44c93a53957e50955788bd64..7ee0b896b5914e16c633a9803c544843217eae86 100644 (file)
@@ -65,7 +65,7 @@ typedef enum {
 /** @brief return the error code if != no_error
  *  @hideinitializer
  */
-#define TRY(action) do {                                       \
+#define TRYOLD(action) do {                                       \
   if ((errcode=action) != no_error) {                          \
      ERROR1("'%s' error raising...", xbt_error_name(errcode)); \
      return errcode;                                           \