diff options
Diffstat (limited to 'stackless_coroutine.c')
-rwxr-xr-x | stackless_coroutine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stackless_coroutine.c b/stackless_coroutine.c index d819f35..cbd02f9 100755 --- a/stackless_coroutine.c +++ b/stackless_coroutine.c @@ -25,7 +25,7 @@ gcc \ ./$BIN $@ STATUS=$? rm -f $BIN -exit $? # */ +exit $STATUS # */ #endif // ================================================================ |