summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unwind.c b/unwind.c
index 99c71ea3..2c3b5a63 100644
--- a/unwind.c
+++ b/unwind.c
@@ -438,4 +438,5 @@ void uw_init(void)
uw_register_subtype(file_error_s, error_s);
uw_register_subtype(process_error_s, error_s);
uw_register_subtype(assert_s, error_s);
+ uw_register_subtype(syntax_error_s, error_s);
}