]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - correct.c
Screw you clang :-)
[xonotic/gmqcc.git] / correct.c
index 6da5a9d98b37f0e83a9e8404edb6566fb154cc71..cd2ab2d9331bde1c6c1a8dd9d8743e599222a6b6 100644 (file)
--- a/correct.c
+++ b/correct.c
 
 
 #define CORRECT_POOL_SIZE (128*1024*1024)
-#define CORRECT_POOL_GETLEN(X) *((size_t*)(X) - 1)
 /*
  * A forward allcator for the corrector.  This corrector requires a lot
  * of allocations.  This forward allocator combats all those allocations