diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-05 19:06:46 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-05 19:06:46 +0200 |
commit | 44944ef01ff2c0b81d4b6d6ce6d0f95ee6dd35a5 (patch) | |
tree | 4076ea07aa8ccf325842fa5525630e6e779f8ec4 /src/plugins/scripts/python | |
parent | 269bf55b1ebd9a2342dd0e66af58f1d798652e7a (diff) | |
download | weechat-44944ef01ff2c0b81d4b6d6ce6d0f95ee6dd35a5.zip |
Add Tcl script plugin (thanks to Dmitry Kobylin)
Diffstat (limited to 'src/plugins/scripts/python')
-rw-r--r-- | src/plugins/scripts/python/weechat-python-api.c | 1 | ||||
-rw-r--r-- | src/plugins/scripts/python/weechat-python.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 <Python.h> 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 <Python.h> |