diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-02-06 23:19:48 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-02-06 23:19:48 -0800 |
commit | acec7e13a32778dcd75f26b847c36fe838f7a21a (patch) | |
tree | b52a9f4955e9912ddaded1a106bc3a8a68f0d01f /unwind.c | |
parent | 55cc849371a0dc0782f3f749cb58c46e0a558e40 (diff) | |
download | txr-acec7e13a32778dcd75f26b847c36fe838f7a21a.tar.gz txr-acec7e13a32778dcd75f26b847c36fe838f7a21a.tar.bz2 txr-acec7e13a32778dcd75f26b847c36fe838f7a21a.zip |
* unwind.c (uw_throw): Put a txr: prefix on the unhandled
exception in early initialization message.
Diffstat (limited to 'unwind.c')
-rw-r--r-- | unwind.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); } |