X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/d4a515c56d911517c7f44330723db9cc7b6f4c0f..a470689d2e07a696624e9668a360eab4d41fa392:/src/memtest.c diff --git a/src/memtest.c b/src/memtest.c index 272ec502..c8b47d48 100644 --- a/src/memtest.c +++ b/src/memtest.c @@ -16,11 +16,11 @@ #endif #ifdef MEMTEST_32BIT -#define ULONG_ONEZERO 0xaaaaaaaaaaaaaaaaUL -#define ULONG_ZEROONE 0x5555555555555555UL -#else #define ULONG_ONEZERO 0xaaaaaaaaUL #define ULONG_ZEROONE 0x55555555UL +#else +#define ULONG_ONEZERO 0xaaaaaaaaaaaaaaaaUL +#define ULONG_ZEROONE 0x5555555555555555UL #endif static struct winsize ws;