]> granicus.if.org Git - php/commitdiff
Fix the build
authorAndrey Hristov <andrey@php.net>
Fri, 31 Oct 2008 21:30:58 +0000 (21:30 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 31 Oct 2008 21:30:58 +0000 (21:30 +0000)
ext/mysqlnd/mysqlnd_portability.h

index e4eadd9fbade85e2c3ded1b62a4c08910ef0c364..b7f8b93832d67a205041a1a27e9655dc7fb71b3a 100644 (file)
@@ -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;