From: Arnaud Giersch Date: Mon, 13 Feb 2012 09:37:32 +0000 (+0100) Subject: Avoid to throw an exception, and catch it just below. X-Git-Tag: exp_20120216~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/28fd49f9900e7a8424f38cafd21682f8c732ed42?hp=28fd49f9900e7a8424f38cafd21682f8c732ed42 Avoid to throw an exception, and catch it just below. Define SMX_EXCEPTION and SMX_THROW to hold the gory details. Saves a couple of setjmp/longjmp. ---