diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-10 20:05:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-10 20:05:16 +0200 |
commit | 9bad3f44dbf88104a1ecc61d40dca17f15a209d6 (patch) | |
tree | 7f23f022fb9de453c22730f2315160728fc9362c /src/core/wee-string.h | |
parent | c58716809cde8697469f7a88f1b8d6a01bd62d13 (diff) | |
download | weechat-9bad3f44dbf88104a1ecc61d40dca17f15a209d6.zip |
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Diffstat (limited to 'src/core/wee-string.h')
-rw-r--r-- | src/core/wee-string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-string.h b/src/core/wee-string.h index 0c2f0d997..77af5b8d0 100644 --- a/src/core/wee-string.h +++ b/src/core/wee-string.h @@ -18,7 +18,7 @@ */ #ifndef WEECHAT_STRING_H -#define WEECHAT_STRING_H 1 +#define WEECHAT_STRING_H #include <stdint.h> #include <regex.h> |