make GCC happy when string literals and const char* pointers are passed to many C...
authorLisandro Dalcin <dalcinl@gmail.com>
Mon, 22 Dec 2008 22:09:20 +0000 (20:09 -0200)
committerLisandro Dalcin <dalcinl@gmail.com>
Mon, 22 Dec 2008 22:09:20 +0000 (20:09 -0200)
commite7d1eb153ed2e6bd2b4f80a0d67c479a38816320
tree6405d69332249e1d51da3567404cd7ed877f245f
parentd95405ff3a26af15be9a57abe74042c9daa8d58b
make GCC happy when string literals and const char* pointers are passed to many C-API calls or set in struct slots for Python 2.3/2.4
Cython/Compiler/Builtin.py
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/TypeSlots.py