X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/6327e2032096180078429253034afecb48208abd..e2ceb7b82ec3988dc7519e75a410b312f389c917:/misc.h?ds=sidebyside diff --git a/misc.h b/misc.h index 557bed5..e58ac61 100644 --- a/misc.h +++ b/misc.h @@ -22,6 +22,14 @@ namespace misc { */ #define XBT_XCLOG(c, p, ...) XBT_CLOG_((*(c)), p, __VA_ARGS__) +/* Use a faster version of TRY if available. + */ +#if defined(TRY_NO_BACKTRACE) +# define TRY_FAST TRY_NO_BACKTRACE +#else +# define TRY_FAST TRY +#endif + #endif // !MISC_H // Local variables: