comparison test/suite_floats/main.cc @ 606:85b7a117b807

- more statics in test code (this is partly needed on an experimental freebsd sparc64 build where the elf cleanup code crashes for some reason ... it's probably that experimental build, but a good change to do regardless)
author Tassilo Philipp
date Wed, 21 Sep 2022 15:20:58 +0200
parents d73dc7ad37e4
children
comparison
equal deleted inserted replaced
605:0f40e13a2f0a 606:85b7a117b807
4 Library: test 4 Library: test
5 File: test/suite_floats/main.cc 5 File: test/suite_floats/main.cc
6 Description: 6 Description:
7 License: 7 License:
8 8
9 Copyright (c) 2007-2018 Daniel Adler <dadler@uni-goettingen.de>, 9 Copyright (c) 2007-2022 Daniel Adler <dadler@uni-goettingen.de>,
10 Tassilo Philipp <tphilipp@potion-studios.com> 10 Tassilo Philipp <tphilipp@potion-studios.com>
11 11
12 Permission to use, copy, modify, and distribute this software for any 12 Permission to use, copy, modify, and distribute this software for any
13 purpose with or without fee is hereby granted, provided that the above 13 purpose with or without fee is hereby granted, provided that the above
14 copyright notice and this permission notice appear in all copies. 14 copyright notice and this permission notice appear in all copies.
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 static DCdouble valueDouble [NARGS];
42 DCfloat valueFloat [NARGS]; 42 static DCfloat valueFloat [NARGS];
43 43
44 44
45 bool equals(int select, int pos, void* data) 45 bool equals(int select, int pos, void* data)
46 { 46 {
47 switch(select) 47 switch(select)