fix char* coercion to other C types (such as void*)
authorStefan Behnel <scoder@users.berlios.de>
Sat, 10 Oct 2009 15:05:42 +0000 (17:05 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 10 Oct 2009 15:05:42 +0000 (17:05 +0200)
commita5cc757273eab5222cf730dfe227bb77e9e0815c
treecff8205de165c2487b9cfbd52cecb7a24f7b1e62
parent31536bc9847ae146e18816f574534fe4dc24641f
fix char* coercion to other C types (such as void*)
Cython/Compiler/ExprNodes.py