1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

core: remove value for first #define in headers, add "PLUGIN" in plugin headers

This commit is contained in:
Sébastien Helleu
2017-08-10 20:05:16 +02:00
parent c58716809c
commit 9bad3f44db
176 changed files with 430 additions and 430 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
*/
#ifndef WEECHAT_ARRAYLIST_H
#define WEECHAT_ARRAYLIST_H 1
#define WEECHAT_ARRAYLIST_H
struct t_arraylist;