Date: 06/01/98
- Next message: shane: "[PHP-DEV] CVS update: php3/functions"
- Previous message: David Norris: "RE: [PHP-DEV] Bug #413: Premature end of headers on Apache 1.3b7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: shane: "[PHP-DEV] CVS update: php3/functions"
- Previous message: David Norris: "RE: [PHP-DEV] Bug #413: Premature end of headers on Apache 1.3b7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

