From: mquinson Date: Wed, 26 Sep 2007 15:30:06 +0000 (+0000) Subject: And now, try to compile before commiting in order to not commit invalid code (sorry) X-Git-Tag: v3.3~1050 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/545c6d9ee21cbe3cdc036cfd98af411bd407d301 And now, try to compile before commiting in order to not commit invalid code (sorry) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4741 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/context.c b/src/xbt/context.c index 77040cd267..90b7fae229 100644 --- a/src/xbt/context.c +++ b/src/xbt/context.c @@ -336,7 +336,7 @@ static void xbt_context_stop(int retvalue) { #else __xbt_context_yield(current_context); #endif - THROW_IMPOSSIBLE(); + THROW_IMPOSSIBLE; }