summaryrefslogtreecommitdiff
path: root/ext/standard/math.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-09-06 07:47:49 +0000
committerDerick Rethans <derick@php.net>2002-09-06 07:47:49 +0000
commit828c2a9c46283f5e58c5870b131016b1d72fab99 (patch)
tree6d309e9c884945db8512ad976cf95f7e4f8eadfd /ext/standard/math.c
parent338332c79943eb18db793d3c30124d782e186684 (diff)
downloadphp-git-828c2a9c46283f5e58c5870b131016b1d72fab99.tar.gz
- argh... this is getting annoying
Diffstat (limited to 'ext/standard/math.c')
-rw-r--r--ext/standard/math.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/math.c b/ext/standard/math.c
index 6e9dfe07c4..2368da4aa6 100644
--- a/ext/standard/math.c
+++ b/ext/standard/math.c
@@ -314,7 +314,6 @@ PHP_FUNCTION(tanh)
/* }}} */
-/*#ifndef PHP_WIN32*/
#if !defined(PHP_WIN32) && !defined(NETWARE)
/* {{{ proto float asinh(float number)
Returns the inverse hyperbolic sine of the number, i.e. the value whose hyperbolic sine is number */
@@ -472,7 +471,6 @@ PHP_FUNCTION(exp)
/* }}} */
-/*#ifndef PHP_WIN32*/
#if !defined(PHP_WIN32) && !defined(NETWARE)
/* {{{ proto float expm1(float number)
Returns exp(number) - 1, computed in a way that accurate even when the value of number is close to zero */