[PHP-DEV] CVS update: php3 From: shane (php-dev <email protected>)
Date: 06/01/98

Date: Monday June 1, 1998 @ 0:16
Author: shane

Update of /repository/php3
In directory asf:/tmp/cvs-serv5118

Modified Files:
        win95nt.h
Log Message:
use version string from berkly db

Index: php3/win95nt.h
diff -c php3/win95nt.h:1.16 php3/win95nt.h:1.17
*** php3/win95nt.h:1.16 Fri Dec 5 07:38:19 1997
--- php3/win95nt.h Mon Jun 1 00:16:05 1998
***************
*** 44,53 ****
  #define M_PI_2 1.57079632679489661923
  #define M_PI_4 0.78539816339744830962
  
- /* This is only for VC Standard edition, undefine for
- * others.
- */
  #if !DEBUG
  #define inline __inline
  #endif
  
--- 44,53 ----
  #define M_PI_2 1.57079632679489661923
  #define M_PI_4 0.78539816339744830962
  
  #if !DEBUG
+ #ifdef inline
+ #undef inline
+ #endif
  #define inline __inline
  #endif