]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/ex.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a link from the documentation down to the relevant tutorial section
[simgrid.git] / include / xbt / ex.h
index 5763ec90ec02ecca2e0bf32c0d4413ba0ccbd67f..e3a8d14c49205295dc2d4d0e070f706b4a8b3c38 100644 (file)
@@ -413,7 +413,7 @@ extern void __xbt_ex_terminate_default(xbt_ex_t *e);
      xbt_backtrace_current( (xbt_ex_t *) &(_throw_ctx->ctx_ex) );         \
      DO_THROW(_throw_ctx->ctx_ex);                                        \
   } while (0)
-//     __xbt_ex_ctx()->ctx_ex.used     = backtrace((void**)__xbt_ex_ctx()->ctx_ex.bt,XBT_BACKTRACE_SIZE);
+/*     __xbt_ex_ctx()->ctx_ex.used     = backtrace((void**)__xbt_ex_ctx()->ctx_ex.bt,XBT_BACKTRACE_SIZE); */
 
 /** @brief Builds and throws an exception with a string taking no arguments
     @hideinitializer */