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

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