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/weechat-python.c | |
parent | 269bf55b1ebd9a2342dd0e66af58f1d798652e7a (diff) | |
download | weechat-44944ef01ff2c0b81d4b6d6ce6d0f95ee6dd35a5.zip |
Add Tcl script plugin (thanks to Dmitry Kobylin)
Diffstat (limited to 'src/plugins/scripts/python/weechat-python.c')
-rw-r--r-- | src/plugins/scripts/python/weechat-python.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |