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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user