comparison test/suite_x86win32std/main.cc @ 605:0f40e13a2f0a

- cleanups
author Tassilo Philipp
date Wed, 21 Sep 2022 14:37:09 +0200
parents d73dc7ad37e4
children 85b7a117b807
comparison
equal deleted inserted replaced
604:90dfdac91b9b 605:0f40e13a2f0a
34 34
35 35
36 int getId(); 36 int getId();
37 DCpointer getFunc(int x); 37 DCpointer getFunc(int x);
38 DCValue* getArg(int pos); 38 DCValue* getArg(int pos);
39
40
41 typedef double precise;
42 39
43 40
44 DCbool valueBool[NARGS]; 41 DCbool valueBool[NARGS];
45 DCshort valueShort[NARGS]; 42 DCshort valueShort[NARGS];
46 DCchar valueChar[NARGS]; 43 DCchar valueChar[NARGS];