Commit 3cd62d82 authored by unknown's avatar unknown
Browse files

merge error

parent 613201b8
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -23,14 +23,4 @@

#include "ndb_global.h"

#ifdef __SIZE_TYPE__
typedef __SIZE_TYPE__ UintPtr;
#else
#if SIZEOF_CHARP == 4
typedef Uint32 UintPtr;
#else
typedef Uint64 UintPtr;
#endif
#endif

#endif