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