1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

core: add comments after some #endif

This commit is contained in:
Sébastien Helleu
2015-04-30 21:15:30 +02:00
parent 499f36a7cf
commit 71dd64678c
45 changed files with 230 additions and 232 deletions
+2 -2
View File
@@ -28,10 +28,10 @@
#define EXPORT extern "C" __declspec (dllexport)
#else
#define EXPORT extern "C"
#endif
#endif /* _WIN32 */
#else
#define EXPORT
#endif
#endif /* __cplusplus */
#define weechat_plugin weechat_js_plugin
#define JS_PLUGIN_NAME "javascript"