X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fae10815035e4d0d150ff5fdbb7aa8fe25448c57..9d7dca1d2de1e6d67027e4ba33fefe1eb09550e3:/src/xbt/ex.cpp diff --git a/src/xbt/ex.cpp b/src/xbt/ex.cpp index 516e0b630f..d2061eba8c 100644 --- a/src/xbt/ex.cpp +++ b/src/xbt/ex.cpp @@ -88,7 +88,7 @@ void xbt_backtrace_display(xbt_backtrace_location_t* loc, std::size_t count) #endif } -void xbt_throw( +void _xbt_throw( char* message, xbt_errcat_t errcat, int value, const char* file, int line, const char* func) {