Remove conflict

This commit is contained in:
Zeev Suraski 2004-01-10 12:48:04 +00:00
parent 840979858c
commit f5e9ca64b1

View File

@ -33,13 +33,8 @@
#include "ext/bcmath/number.h"
#endif
<<<<<<< zend_operators.c
#define LONG_SIGN_MASK (1L << (8*SIZEOF_LONG-1))
=======
#define LONG_SIGN_MASK (1L << (8*sizeof(long)-1))
>>>>>>> 1.162
ZEND_API int zend_atoi(const char *str, int str_len)
{
int retval;