summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-10-31 21:29:54 +0000
committerAndrey Hristov <andrey@php.net>2008-10-31 21:29:54 +0000
commit9726d6b04709e2a6fe9bc7fdd15f33a9a1a98ef5 (patch)
tree987de768d44a797bbc509b830373c0bb221174dd
parent77c1e145e1b70a64caae504c58d78460201df4be (diff)
downloadphp-git-9726d6b04709e2a6fe9bc7fdd15f33a9a1a98ef5.tar.gz
Fix the build
-rw-r--r--ext/mysqlnd/mysqlnd_portability.h2
1 files changed, 1 insertions, 1 deletions
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;