summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-21 19:01:38 +0000
committerZeev Suraski <zeev@php.net>1999-04-21 19:01:38 +0000
commit751709a469d4b878edb714a158affa8ca6d6abc0 (patch)
treeb101ee2de589eab1a94de38c38ab96063890e512 /main/php.h
parent065636be85aae0602a6255642e031ab62966dd90 (diff)
downloadphp-git-751709a469d4b878edb714a158affa8ca6d6abc0.tar.gz
* Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard
* Fix Win32 compilation
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php.h b/main/php.h
index 72434c7292..305724ff24 100644
--- a/main/php.h
+++ b/main/php.h
@@ -510,8 +510,6 @@ extern void phprestart(FILE *input_file);
#define XtOffsetOf(s_type,field) XtOffset(s_type*,field)
#endif
-#include "php_compat.h"
-
#endif
/*