summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-05-27 18:55:11 +0000
committerAndi Gutmans <andi@php.net>2000-05-27 18:55:11 +0000
commitafccb5861212d0931fcf61ef8f4e4141700025f2 (patch)
tree9efe7c70c54a847e0756ea8103f23714dda641ab /main/php.h
parent8c82566b48fc4ca837d83e1980f5cb681bb435ce (diff)
downloadphp-git-afccb5861212d0931fcf61ef8f4e4141700025f2.tar.gz
- I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these
- functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index db2e966091..3be9d6af67 100644
--- a/main/php.h
+++ b/main/php.h
@@ -367,7 +367,7 @@ PHPAPI int cfg_get_string(char *varname, char **result);
#endif
-#define PHP_NOT_IN_THIS_BUILD { \
+#define PHP_NOT_IN_THIS_BUILD() { \
php_error(E_WARNING, "%s: not supported in this PHP build",get_active_function_name()); \
RETURN_FALSE; \
}