From b16daf597c0a9a03f23ffd9667eee7fb1391bdab Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Thu, 26 Jul 2007 14:29:03 +0000 Subject: [PATCH] fix typo --- ext/mysqlnd/mysqlnd_portability.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mysqlnd/mysqlnd_portability.h b/ext/mysqlnd/mysqlnd_portability.h index cbb629be1af..9af94a9c40d 100644 --- a/ext/mysqlnd/mysqlnd_portability.h +++ b/ext/mysqlnd/mysqlnd_portability.h @@ -62,7 +62,7 @@ This file is public domain and comes with NO WARRANTY of any kind */ /* Typdefs for easyier portability */ #ifndef HAVE_INT8 -#ifndef HAVE_INT8_T == 0) +#ifndef HAVE_INT8_T typedef signed char int8; /* Signed integer >= 8 bits */ #else typedef int8_t int8; /* Signed integer >= 8 bits */ @@ -496,7 +496,7 @@ typedef unsigned long long mynd_ulonglong; typedef uint64_t my_uint64; typedef uint64_t mynd_ulonglong; #endif -#ifndef HAVE_INT64_T == 0) +#ifndef HAVE_INT64_T typedef long long my_int64; typedef long long mynd_longlong; #else