use void pointers
This commit is contained in:
parent
bde5eff447
commit
3b47915baa
@ -312,7 +312,8 @@
|
||||
/* compiler is smarter, feel free to replace the "int" with "void". */
|
||||
/* Not that it matters. */
|
||||
|
||||
#define VOID int
|
||||
//#define VOID int
|
||||
#define VOID void
|
||||
|
||||
/* Two constants for algorithms based on random sampling. Both constants */
|
||||
/* have been chosen empirically to optimize their respective algorithms. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user