hyanantha               Thu Oct 24 07:18:40 2002 EDT

  Modified files:              (Branch: PHP_4_2_0)
    /php4/ext/standard  math.c 
  Log:
  NetWare related changes/modifications.
  
  
Index: php4/ext/standard/math.c
diff -u php4/ext/standard/math.c:1.80.2.4 php4/ext/standard/math.c:1.80.2.5
--- php4/ext/standard/math.c:1.80.2.4   Mon Jun 24 04:18:54 2002
+++ php4/ext/standard/math.c    Thu Oct 24 07:18:40 2002
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: math.c,v 1.80.2.4 2002/06/24 08:18:54 derick Exp $ */
+/* $Id: math.c,v 1.80.2.5 2002/10/24 11:18:40 hyanantha Exp $ */
 
 #include "php.h"
 #include "php_math.h"
@@ -314,7 +314,7 @@
 
 /* }}} */
 
-#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 */
 
@@ -471,7 +471,7 @@
 /* }}} */
 
 
-#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 */
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to