1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

php: remove value for first #define in headers

This commit is contained in:
Sébastien Helleu
2019-03-19 20:33:16 +01:00
parent 8f79b1c0fc
commit c4bf528b4e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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[];
+1 -1
View File
@@ -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"