1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

- Nuke more old junk

This commit is contained in:
Andi Gutmans
2004-04-03 17:01:13 +00:00
parent e7eccf10e6
commit 911922432f
-4
View File
@@ -30,10 +30,6 @@
#include "zend_API.h"
#include "zend_multiply.h"
#if 0&&HAVE_BCMATH
#include "ext/bcmath/number.h"
#endif
#define LONG_SIGN_MASK (1L << (8*sizeof(long)-1))
ZEND_API int zend_atoi(const char *str, int str_len)