summaryrefslogtreecommitdiff
path: root/main/win95nt.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-03-11 20:48:49 +0000
committerAndi Gutmans <andi@php.net>2000-03-11 20:48:49 +0000
commit9dca788ca04cfe185c3faaab8ad0b872b1762977 (patch)
treedc2f471e5637593dfc07b457ff3300ef08388d22 /main/win95nt.h
parentfe558092e469f6307458cb0f3ae64ebcebf92b14 (diff)
downloadphp-git-9dca788ca04cfe185c3faaab8ad0b872b1762977.tar.gz
- Don't define DEBUG anymore. Everyone should use PHP_DEBUG.
There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages?
Diffstat (limited to 'main/win95nt.h')
-rw-r--r--main/win95nt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/win95nt.h b/main/win95nt.h
index 0e5413ab6f..9010c06e75 100644
--- a/main/win95nt.h
+++ b/main/win95nt.h
@@ -44,7 +44,7 @@ typedef long pid_t;
#define M_PI_2 1.57079632679489661923
#define M_PI_4 0.78539816339744830962
-#if !DEBUG
+#if !PHP_DEBUG
#ifdef inline
#undef inline
#endif