mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-23 10:11:07 -06:00
fix some warnings in teyjus
This commit is contained in:
@@ -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
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user