diff options
author | foobar <sniper@php.net> | 2005-03-08 21:22:03 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-03-08 21:22:03 +0000 |
commit | e17ad42e38ecc94851aed91a99730464e7320d4e (patch) | |
tree | 1bc5c62d2a23353d1fa60baad35f582fa4e31c9d /main/php.h | |
parent | 0dbe348d1d9a6ffc9df8f6b5f624cc8693d2fed8 (diff) | |
download | php-git-e17ad42e38ecc94851aed91a99730464e7320d4e.tar.gz |
- This was not needed (said Marcus)
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/php.h b/main/php.h index 6d58825b6e..e9f87baaa0 100644 --- a/main/php.h +++ b/main/php.h @@ -299,7 +299,7 @@ PHPAPI void php_verror(const char *docref, const char *params, int type, const c #endif /* PHPAPI void php_error(int type, const char *format, ...); */ -PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...) +PHPAPI void php_error_docref(const char *docref TSRMLS_DC, int type, const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, PHP_ATTR_FMT_OFFSET + 3, PHP_ATTR_FMT_OFFSET + 4); PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, PHP_ATTR_FMT_OFFSET + 4, PHP_ATTR_FMT_OFFSET + 5); @@ -307,8 +307,6 @@ PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, PHP_ATTRIBUTE_FORMAT(printf, PHP_ATTR_FMT_OFFSET + 5, PHP_ATTR_FMT_OFFSET + 6); END_EXTERN_C() -#define php_error_docref php_error_docref0 - #define zenderror phperror #define zendlex phplex |