comparison test/suite_floats/main.cc @ 56:2cccd38e5e4d

- added -lm in GNU/kFreeBSD config, to build all tests out of the box - cosmetics
author cslag
date Fri, 25 Dec 2015 21:16:04 +0100
parents 3e629dc19168
children f5577f6bf97a
comparison
equal deleted inserted replaced
55:8d938410d1eb 56:2cccd38e5e4d
32 #include <stdlib.h> 32 #include <stdlib.h>
33 #include "../common/platformInit.h" 33 #include "../common/platformInit.h"
34 #include "../common/platformInit.c" /* Impl. for functions only used in this translation unit */ 34 #include "../common/platformInit.c" /* Impl. for functions only used in this translation unit */
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 40
41 DCdouble valueDouble [NARGS]; 41 DCdouble valueDouble [NARGS];
42 DCfloat valueFloat [NARGS]; 42 DCfloat valueFloat [NARGS];
43 43
44 44