X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe9f13ea487593ec11c6af50d8150a6743c84114..cff982bd049d26d7acbd0e23324e0de051b06d0d:/include/xbt/asserts.h diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index 585b1238fe..5372224543 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -1,6 +1,6 @@ /* xbt/asserts.h -- assertion mechanism */ -/* Copyright (c) 2005-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2005-2020. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -12,7 +12,7 @@ #include #include -SG_BEGIN_DECL() +SG_BEGIN_DECL XBT_PUBLIC_DATA int xbt_log_no_loc; /* Do not show the backtrace on failed backtrace when doing our tests */ XBT_PUBLIC void xbt_backtrace_display_current(); @@ -48,5 +48,5 @@ XBT_PUBLIC void xbt_backtrace_display_current(); #endif /** @} */ -SG_END_DECL() +SG_END_DECL #endif /* XBT_ASSERTS_H */