X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/431784fbebda861a137730be550d1981776e686d..dd6e93b0d35c26c2dd9dacdf3fb964a2da2c1cb2:/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: