use void pointers

This commit is contained in:
Hannes Janetzek
2013-10-09 01:55:50 +02:00
parent bde5eff447
commit 3b47915baa
+2 -1
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. */