]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/ex.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new function: xbt_dynar_sort_strings(), when the content is char*
[simgrid.git] / include / xbt / ex.h
index 59e442ba0e3f3e154297e05521c24955f3f1823c..526c374181eecffade6b01aadeb506e111e28c7b 100644 (file)
@@ -462,6 +462,8 @@ XBT_PUBLIC( void )__xbt_ex_terminate_default(xbt_ex_t * e);
   THROWF(unknown_error, 0, "The Impossible Did Happen (yet again)")
 #define THROW_UNIMPLEMENTED \
   THROWF(unknown_error, 0, "Function %s unimplemented",_XBT_FUNCTION)
+#define THROW_DEADCODE \
+  THROWF(unknown_error, 0, "Function %s was supposed to be DEADCODE, but it's not",_XBT_FUNCTION)
 
 #define DIE_IMPOSSIBLE xbt_die("The Impossible Did Happen (yet again)")