comparison 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
comparison
equal deleted inserted replaced
453:c497b87552f6 454:68d98455a8bd
46 #define d double 46 #define d double
47 #define a void* /* all generated aggregates */ 47 #define a void* /* all generated aggregates */
48 48
49 #include "dyncall.h" 49 #include "dyncall.h"
50 50
51 #if defined(DC__OS_Plan9) 51 #if defined(DC__C_MSVC) || defined(DC__OS_Plan9)
52 /* Plan9 pcc does not allow empty structs */ 52 /* Plan9 pcc does not allow empty structs */
53 # include "nonemptystructs.h" 53 # include "nonemptystructs.h"
54 #else 54 #else
55 # include "cases.h" 55 # include "cases.h"
56 #endif 56 #endif