summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/exn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/gu/exn.h')
-rw-r--r--src/runtime/c/gu/exn.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/runtime/c/gu/exn.h b/src/runtime/c/gu/exn.h
index 3fefae738..faf413a96 100644
--- a/src/runtime/c/gu/exn.h
+++ b/src/runtime/c/gu/exn.h
@@ -64,8 +64,7 @@ struct GuExn {
.parent = parent_, \
.catch = gu_kind(catch_), \
.caught = NULL, \
- .data.pool = pool_, \
- .data.data = NULL \
+ .data = {.pool = pool_, .data = NULL} \
}