summaryrefslogtreecommitdiffstats
path: root/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.h')
-rw-r--r--unwind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/unwind.h b/unwind.h
index 1ccdbaee..4dea9469 100644
--- a/unwind.h
+++ b/unwind.h
@@ -190,11 +190,11 @@ noreturn val type_mismatch(val, ...);
if (!(EXPR)) \
uw_throwf(numeric_error_s, \
lit("assertion " #EXPR \
- "failed"), nao)
+ " failed"), nao)
#define range_bug_unless(EXPR) \
if (!(EXPR)) \
uw_throwf(range_error_s, \
lit("assertion " #EXPR \
- "failed"), nao)
+ " failed"), nao)