Changed paths:
M runtime/builtin/catch.pir
Log Message:
-----------
Fixes #4 (bitrot)
Originally broken by https://github.com/parrot/parrot/commit/56f0d98fa12a43d51b8121b8ab811dcade6c669b
This commit reorders things so we don't specifically rely on the parrot
exception type for an error, which allows us to catch both the tcl-style
CONTROL_ERROR, and the new parrot default, EXCEPTION_DIE