mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-15 13:00:16 -06:00
fixes in the C runtime to avoid warnings when compiling on MacOS
This commit is contained in:
@@ -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} \
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user