| 408 | __except (EXCEPTION_EXECUTE_HANDLER) |
| 409 | #else |
| 410 | catch (...) |
| 411 | #endif |
| 412 | { |
| 413 | Msg("Fatal: Exception catched in print_free_functions "); |
| 414 | FastMsg("WARNING: incomplete list of the namespaces exported to LUA\n"); |
| 415 | } |
| 416 | #if !defined(_CPPUNWIND) |
| 417 | } |
| 418 | __finally |