X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/059ffba3002aa86e17392c7f2c884095ab64591b..a3996e17ef48f52770490734e92ba9bd4109ef83:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index dfab9c2e71..a6db6fc792 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -65,7 +65,7 @@ SG_BEGIN_DECL() # define MAYDAY_CATCH(e) printf("%d %s:%d Catched '%s'\n", \ xbt_getpid(), __FILE__, __LINE__, \ (e).msg \ - ), + ), #else # define MAYDAY_SAVE(m) # define MAYDAY_RESTORE(m) @@ -207,7 +207,7 @@ __ex_mctx_struct} __ex_mctx_t; * following code which shows some pitfalls and contains many errors (assuming * a mallocex() function which throws an exception if malloc(3) fails): * - * \don'tinclude ex.c + * \dontinclude ex.c * \skip BAD_EXAMPLE * \until end_of_bad_example *