src/Index.cpp
changeset 9 629f61203db1
parent 8 21a6c17f4e3e
     1.1 --- a/src/Index.cpp	Mon Sep 28 23:39:08 2009 -0700
     1.2 +++ b/src/Index.cpp	Tue Sep 29 15:46:42 2009 -0700
     1.3 @@ -15,10 +15,6 @@
     1.4  #include <errno.h>
     1.5  #include <algorithm>
     1.6  #include <math.h>
     1.7 -
     1.8 -#define __STDC_LIMIT_MACROS /* I <3 you, C99 */
     1.9 -# define UINT32_MAX             (4294967295U)
    1.10 - 
    1.11  #include <stdint.h>
    1.12  
    1.13