summaryrefslogtreecommitdiff
path: root/devel/libsml/files/patch-test-unity-unity.c
blob: 43541ec2e2b54f843948ec75f987ea876611cc74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- test/unity/unity.c.orig	2018-01-25 17:04:21 UTC
+++ test/unity/unity.c
@@ -19,9 +19,7 @@
 #ifdef __APPLE__
 struct _Unity Unity = { 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , { 0 } };        
 #else
-struct _Unity Unity = { 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 
-  .AbortFrame = { {.__jmpbuf = {0}, .__mask_was_saved = 0, .__saved_mask = {{0}} } }
-};
+struct _Unity Unity = { 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , { 0 } };        
 #endif
 
 const char* UnityStrNull     = "NULL";