get rid of the few usages of strcmp(), now replaced with utility inline function...
authorLisandro Dalcin <dalcinl@gmail.com>
Sun, 8 Mar 2009 00:33:39 +0000 (21:33 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Sun, 8 Mar 2009 00:33:39 +0000 (21:33 -0300)
commit12f0814554d8cf14ca5fb2204a5f8789646b0ef8
tree38b1db15201d6da7e0bcef9b970b1645a35e0364
parentedcede5ea2fb2ee68bf68face5d9c9477ce1fc85
get rid of the few usages of strcmp(), now replaced with utility inline function __Pyx_StrEq()
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Symtab.py