Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-06-26 13:46:32 -0700 (Tue, 26 Jun 2007)
Revision: 11136
Log message:

      Made sure that the bodies/cases of the "try/catch/default/finally" statement
     are allowed to export. For some reason, the "new 0.9.8.x" used to treat "try"
     as a simple built-in function that only returns a value, but does not export.

Changes  Path
+22 -21 omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml
Added omake-branches/0.9.8.x/test/exn/Test5