From 44944ef01ff2c0b81d4b6d6ce6d0f95ee6dd35a5 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 5 Oct 2008 19:06:46 +0200 Subject: Add Tcl script plugin (thanks to Dmitry Kobylin) --- src/plugins/scripts/python/weechat-python-api.c | 1 + src/plugins/scripts/python/weechat-python.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/plugins/scripts/python') diff --git a/src/plugins/scripts/python/weechat-python-api.c b/src/plugins/scripts/python/weechat-python-api.c index 4ca9bd331..90f791c5f 100644 --- a/src/plugins/scripts/python/weechat-python-api.c +++ b/src/plugins/scripts/python/weechat-python-api.c @@ -18,6 +18,7 @@ /* weechat-python-api.c: Python API functions */ + #undef _ #include diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c index 619e5c2e4..ea0fe9bce 100644 --- a/src/plugins/scripts/python/weechat-python.c +++ b/src/plugins/scripts/python/weechat-python.c @@ -18,6 +18,7 @@ /* weechat-python.c: Python plugin for WeeChat */ + #undef _ #include -- cgit v1.2.3