From: Andrey Hristov Date: Fri, 31 Oct 2008 21:30:58 +0000 (+0000) Subject: Fix the build X-Git-Tag: BEFORE_HEAD_NS_CHANGE~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c697a2572986a53058d3c735526683216d5e8df;p=php Fix the build --- diff --git a/ext/mysqlnd/mysqlnd_portability.h b/ext/mysqlnd/mysqlnd_portability.h index e4eadd9fba..b7f8b93832 100644 --- a/ext/mysqlnd/mysqlnd_portability.h +++ b/ext/mysqlnd/mysqlnd_portability.h @@ -280,7 +280,7 @@ typedef uint64_t ulonglong; *(((uchar *)(T))+4))=(uchar) (((A) >> 32)); \ *(((uchar *)(T))+5))=(uchar) (((A) >> 40)); } -#define int8_tstore(T,A) *((ulonglong *) (T))= (ulonglong) (A) +#define int8store(T,A) *((ulonglong *) (T))= (ulonglong) (A) typedef union { double v;