X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2de95fd8b3b3b3edb7e11074295f1b90d6427b36..75ffa801579aeb214b8d95290b76c96a605a2422:/include/error.h diff --git a/include/error.h b/include/error.h index 4a45d910df..58c89adf37 100644 --- a/include/error.h +++ b/include/error.h @@ -125,6 +125,7 @@ typedef enum { #define RAISE_MALLOC RAISE0(malloc_error,"Malloc error") #define RAISE_IMPOSSIBLE RAISE0(unknown_error,"The Impossible did happen") +#define RAISE_UNIMPLEMENTED RAISE1(unknown_error,"Function %s unimplemented",__FUNCTION__) #define gras_abort abort