comparison test/plain/test_main.c @ 637:7f89338dbd3f

- bad warning fix of prev commit
author Tassilo Philipp
date Mon, 21 Nov 2022 14:45:28 +0100
parents a388de1c822e
children
comparison
equal deleted inserted replaced
636:a388de1c822e 637:7f89338dbd3f
45 DCdouble API fun_##NAME##_d(DCdouble x) { return x; } \ 45 DCdouble API fun_##NAME##_d(DCdouble x) { return x; } \
46 DCpointer API fun_##NAME##_p(DCpointer x) { return x; } 46 DCpointer API fun_##NAME##_p(DCpointer x) { return x; }
47 47
48 /* __cdecl */ 48 /* __cdecl */
49 49
50 #if defined(DC__Arch_Intel_x86) && !defined(DC__C_MSVC) && !defined(__cdecl) 50 #if !defined(DC__C_MSVC) && !defined(__cdecl)
51 # define __cdecl 51 # define __cdecl
52 #endif 52 #endif
53 53
54 int g_void_testval; 54 int g_void_testval;
55 DEF_FUNCS(__cdecl,c) 55 DEF_FUNCS(__cdecl,c)