From 3601b796e51bd4a26383ac972ce2ccf575171979 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 3 Aug 2012 12:30:01 +0000 Subject: fix some warnings in teyjus --- src/runtime/c/teyjus/system/error.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/runtime/c/teyjus/system') diff --git a/src/runtime/c/teyjus/system/error.h b/src/runtime/c/teyjus/system/error.h index 6fee02113..2db993270 100644 --- a/src/runtime/c/teyjus/system/error.h +++ b/src/runtime/c/teyjus/system/error.h @@ -114,11 +114,11 @@ EM_TRY } EM_CATCH { - un_foo(); /* clean up * + un_foo(); // clean up if (EM_CurrentExnType == EM_FOOBAR) - printf("foobar!"); /* stop the error here * + printf("foobar!"); // stop the error here else - EM_RETHROW(); /* let a later handler handle it * + EM_RETHROW(); // let a later handler handle it } */ -- cgit v1.2.3