From: Owen Shepherd Date: Mon, 24 Nov 2014 22:32:19 +0000 (+0000) Subject: [gandr] s/__lp64__/__LP64__/ to match GCC define X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=commitdiff_plain;h=refs%2Fheads%2Fmaster [gandr] s/__lp64__/__LP64__/ to match GCC define --- 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