summaryrefslogtreecommitdiffstats
path: root/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.h')
-rw-r--r--unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unwind.h b/unwind.h
index 546c42ac..d04da53c 100644
--- a/unwind.h
+++ b/unwind.h
@@ -148,7 +148,7 @@ noreturn val type_mismatch(val, ...);
#define internal_error(STR) \
do { \
- extern obj_t *num(long); \
+ extern obj_t *num(cnum); \
uw_throwf(internal_err, \
lit("~a:~a ~a"), \
lit(__FILE__), \