diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-19 20:33:16 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-19 20:33:16 +0100 |
commit | c4bf528b4e9b08654f1c182d122b4b146d066dfe (patch) | |
tree | 5bc9d635e7b463d57570bd1d775a19d8766a7141 /src/plugins | |
parent | 8f79b1c0fc8fac7d918c7129b8fa15631e5f7d67 (diff) | |
download | weechat-c4bf528b4e9b08654f1c182d122b4b146d066dfe.zip |
php: remove value for first #define in headers
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/php/weechat-php-api.h | 2 | ||||
-rw-r--r-- | src/plugins/php/weechat-php.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/php/weechat-php-api.h b/src/plugins/php/weechat-php-api.h index 06195a0b6..54eb3c6c2 100644 --- a/src/plugins/php/weechat-php-api.h +++ b/src/plugins/php/weechat-php-api.h @@ -32,7 +32,7 @@ */ #ifndef WEECHAT_PLUGIN_PHP_API_H -#define WEECHAT_PLUGIN_PHP_API_H 1 +#define WEECHAT_PLUGIN_PHP_API_H extern struct zval* weechat_php_api_funcs[]; extern struct t_php_const weechat_php_api_consts[]; diff --git a/src/plugins/php/weechat-php.h b/src/plugins/php/weechat-php.h index f56032e4d..a8b4b785f 100644 --- a/src/plugins/php/weechat-php.h +++ b/src/plugins/php/weechat-php.h @@ -32,7 +32,7 @@ */ #ifndef WEECHAT_PLUGIN_PHP_H -#define WEECHAT_PLUGIN_PHP_H 1 +#define WEECHAT_PLUGIN_PHP_H #define weechat_plugin weechat_php_plugin #define PHP_PLUGIN_NAME "php" |