diff test/suite_aggrs/cases.c @ 454:68d98455a8bd

suite_aggrs: var scope change for older compilers; excluding msvc from tests with empty structs
author Tassilo Philipp
date Thu, 27 Jan 2022 14:48:51 +0100
parents 54c1dc2e6ea5
children 236015fdf7a8
line wrap: on
line diff
--- a/test/suite_aggrs/cases.c	Thu Jan 27 12:58:50 2022 +0100
+++ b/test/suite_aggrs/cases.c	Thu Jan 27 14:48:51 2022 +0100
@@ -48,7 +48,7 @@
 
 #include "dyncall.h"
 
-#if defined(DC__OS_Plan9)
+#if defined(DC__C_MSVC) || defined(DC__OS_Plan9)
 /* Plan9 pcc does not allow empty structs */
 #  include "nonemptystructs.h"
 #else