From c66f50d5348b47287f498184a3c2033bfa8d0576 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Mon, 24 Nov 2014 22:32:19 +0000 Subject: [PATCH] [gandr] s/__lp64__/__LP64__/ to match GCC define --- platform/gandr/includes/_PDCLIB_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/gandr/includes/_PDCLIB_config.h b/platform/gandr/includes/_PDCLIB_config.h index 98727c8..b21186c 100644 --- a/platform/gandr/includes/_PDCLIB_config.h +++ b/platform/gandr/includes/_PDCLIB_config.h @@ -31,7 +31,7 @@ /* compiler manuals. */ #define _PDCLIB_SHRT_BYTES 2 #define _PDCLIB_INT_BYTES 4 -#if defined(__lp64__) +#if defined(__LP64__) #define _PDCLIB_LONG_BYTES 8 #else #define _PDCLIB_LONG_BYTES 4 -- 2.40.0