From c4bf528b4e9b08654f1c182d122b4b146d066dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 19 Mar 2019 20:33:16 +0100 Subject: [PATCH] php: remove value for first #define in headers --- src/plugins/php/weechat-php-api.h | 2 +- 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"