diff options
author | Zeev Suraski <zeev@php.net> | 2001-04-28 20:21:42 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-04-28 20:21:42 +0000 |
commit | 4e71bbed0a6eccec54086174d36ff34ff306f82f (patch) | |
tree | 7f9f313ff5714a5fd2c75809dd1e32c9179214f9 /Zend/zend_operators.c | |
parent | b87bac782fb9d104a05d8dd44a7322c353bbd5c5 (diff) | |
download | php-git-4e71bbed0a6eccec54086174d36ff34ff306f82f.tar.gz |
include limits.h if available
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r-- | Zend/zend_operators.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index 2a11174e47..dd8b3f9183 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -21,7 +21,6 @@ #include <stdio.h> #include <errno.h> #include <stdlib.h> -#include <limits.h> #include <ctype.h> #include <math.h> |