summaryrefslogtreecommitdiff
path: root/test/Unit/int_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/int_lib.h')
-rw-r--r--test/Unit/int_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Unit/int_lib.h b/test/Unit/int_lib.h
index e5bfd663..e01de1da 100644
--- a/test/Unit/int_lib.h
+++ b/test/Unit/int_lib.h
@@ -45,7 +45,7 @@ typedef union
si_int high;
su_int low;
#endif /* _YUGA_LITTLE_ENDIAN */
- };
+ }s;
} dwords;
typedef union
@@ -60,7 +60,7 @@ typedef union
su_int high;
su_int low;
#endif /* _YUGA_LITTLE_ENDIAN */
- };
+ }s;
} udwords;
#if __x86_64
@@ -80,7 +80,7 @@ typedef union
di_int high;
du_int low;
#endif /* _YUGA_LITTLE_ENDIAN */
- };
+ }s;
} twords;
typedef union
@@ -95,7 +95,7 @@ typedef union
du_int high;
du_int low;
#endif /* _YUGA_LITTLE_ENDIAN */
- };
+ }s;
} utwords;
inline