diff options
author | Wez Furlong <wez@php.net> | 2003-03-02 13:14:49 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-03-02 13:14:49 +0000 |
commit | ec86811298b1c3369f0e69b13579365df1d1d2e5 (patch) | |
tree | 1bef3fd86e20e6756d0263560ac6fd7570b4fd53 /sapi/activescript/php4activescript.c | |
parent | 6fed2e95b24073f76f92137c13b522753691375f (diff) | |
download | php-git-ec86811298b1c3369f0e69b13579365df1d1d2e5.tar.gz |
Build-performance tweaks
Diffstat (limited to 'sapi/activescript/php4activescript.c')
-rw-r--r-- | sapi/activescript/php4activescript.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sapi/activescript/php4activescript.c b/sapi/activescript/php4activescript.c index 0dc6bd7e46..d9e5b67376 100644 --- a/sapi/activescript/php4activescript.c +++ b/sapi/activescript/php4activescript.c @@ -17,8 +17,6 @@ */ /* $Id$ */ -#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS - #include "php.h" #include "php_main.h" #include "SAPI.h" @@ -41,7 +39,7 @@ static int php_activescript_startup(sapi_module_struct *sapi_module) static int sapi_activescript_ub_write(const char *str, uint str_length TSRMLS_DC) { - /* In theory, this is a blackhole. In practice, I wan't to see the output + /* In theory, this is a blackhole. In practice, I want to see the output * in the debugger! */ char buf[1024]; |