Browse Source

don't define twice the macro on some platforms

pull/12/head
Andrey Hristov 16 years ago
parent
commit
cacd5ad924
  1. 2
      ext/mysqlnd/mysqlnd_portability.h

2
ext/mysqlnd/mysqlnd_portability.h

@ -483,8 +483,10 @@ typedef union {
#ifdef WORDS_BIGENDIAN
#ifndef float8get
#define float8get(V,M) memcpy((char*) &(V),(char*) (M), sizeof(double))
#define float8store(T,V) memcpy((char*) (T),(char*) &(V), sizeof(double))
#endif /* float8get */
#else

Loading…
Cancel
Save