X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4e62e76d104a17f0c9aaf9135ac605e9c8c87141..4b0fa756ae6e58a74c374a519389ecb9e8b6a4d9:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index f598781deb..963d9b69cd 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -1,4 +1,4 @@ -/* 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. */ @@ -21,7 +21,7 @@ * exactly play nicely together. */ -SG_BEGIN_DECL() +SG_BEGIN_DECL /** Helper function used to throw exceptions in C */ XBT_ATTRIB_NORETURN XBT_PUBLIC void _xbt_throw(char* message, int value, const char* file, int line, const char* func); @@ -55,7 +55,7 @@ XBT_ATTRIB_NORETURN XBT_PUBLIC void xbt_throw_unimplemented(const char* file, in */ #define DIE_IMPOSSIBLE xbt_die("The Impossible Did Happen (yet again)") -SG_END_DECL() +SG_END_DECL /** @} */ -#endif /* __XBT_EX_H__ */ +#endif /* XBT_EX_H */