diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-24 23:13:12 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-24 23:13:12 +0200 |
commit | b35a8886e8b8a3d953333c8f5ea32735d489f372 (patch) | |
tree | a1eb30b9414e9e4857d8c17a77f1076a7ea493a8 | |
parent | 0194a2ea2867c7e04b002f3113eaf870a4313a50 (diff) |
LOAD: Reraise caught exceptions.
-rw-r--r-- | MLKRoot.m | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -202,6 +202,7 @@ static id truify (BOOL value) [MLKDynamicContext popContext]; LRELEASE (ctx); [input close]; + [localException raise]; } NS_ENDHANDLER; |