commit 57c2ffb1f830b6bd75174a062f4258d89b3589b8
parent e6728748b90a6da11dba299c18f0b24dec3a55bc
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Mon, 6 Mar 2017 10:08:43 +0100
Remove restrict keyword (needs different spelling for VC2015).
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/solstice_entity.c b/src/solstice_entity.c
@@ -37,7 +37,7 @@ update_instance_transform
static res_T
merge_name
- (struct str* RESTRICT output,
+ (struct str* output,
const struct str* name0,
const struct str* name1)
{