diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | unwind.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2015-02-06 Kaz Kylheku <kaz@kylheku.com> + * unwind.c (uw_throw): Put a txr: prefix on the unhandled + exception in early initialization message. + +2015-02-06 Kaz Kylheku <kaz@kylheku.com> + Slight internal representation change of string-only exceptions. One upshot of all this is that (throw 'foo "msg") now @@ -281,7 +281,7 @@ val uw_throw(val sym, val args) if (ex == 0) { if (std_error == 0) { - fprintf(stderr, "unhandled exception in early initialization\n"); + fprintf(stderr, "txr: unhandled exception in early initialization\n"); abort(); } |