use void pointers

This commit is contained in:
Hannes Janetzek 2013-01-30 04:16:12 +01:00
parent bde5eff447
commit 3b47915baa

View File

@ -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. */