php: remove value for first #define in headers
This commit is contained in:
parent
8f79b1c0fc
commit
c4bf528b4e
@ -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[];
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user