diff options
author | Zeev Suraski <zeev@php.net> | 2000-05-19 08:28:53 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-05-19 08:28:53 +0000 |
commit | 0f82e6de23cbe96e837167f5ae1ef8e8460264c4 (patch) | |
tree | 58f29ac14a202a88513c1fc57d3bfffa9e201681 /main/php.h | |
parent | 7114e3f9a98c63882836682fbd93ce3b6956e925 (diff) | |
download | php-git-0f82e6de23cbe96e837167f5ae1ef8e8460264c4.tar.gz |
Minor output mods
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php.h b/main/php.h index 7b958747f2..cdbbaabeb2 100644 --- a/main/php.h +++ b/main/php.h @@ -256,8 +256,6 @@ extern PHPAPI void php_error_cb(int type, const char *format, ...); #endif -extern void html_putc(char c); - #define zenderror phperror #define zendlex phplex |