fixes in the C runtime to avoid warnings when compiling on MacOS

This commit is contained in:
kr.angelov
2013-11-15 10:03:22 +00:00
parent d997df2864
commit a6d60f9c8d
4 changed files with 9 additions and 10 deletions

View File

@@ -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} \
}