From 59189a20eeb3a08014184732624062b867a9922f Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 5 Oct 2012 14:20:39 +0000 Subject: moved perl linking flags from main cmakelists to perlcore's cmakelists fixed up beefy includes lowercase cake module's rules git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6269 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/pythoncore/kvircmodule.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/modules/pythoncore/kvircmodule.h') diff --git a/src/modules/pythoncore/kvircmodule.h b/src/modules/pythoncore/kvircmodule.h index 23853d81e..88c6aa2ca 100644 --- a/src/modules/pythoncore/kvircmodule.h +++ b/src/modules/pythoncore/kvircmodule.h @@ -39,6 +39,15 @@ #include +// python included like to pollute the global namespace, let's #undef some beef +#undef isspace +#undef isupper +#undef islower +#undef isalpha +#undef isalnum +#undef toupper +#undef tolower + // Prototype PyMODINIT_FUNC python_init(); -- cgit v1.3.1-10-gc9f91