clean up special casing of non-portable builtin types, add option for disabling error...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 16 Apr 2011 10:05:10 +0000 (12:05 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 16 Apr 2011 10:05:10 +0000 (12:05 +0200)
commitc13aff5d62ba371261a0cde62314fcee0d47ec71
treefab927d5bac6f52e4d017a3c62c2a52c4b54e5fa
parentc0cd9896400deba2f16fc483c7a64159073d19a5
clean up special casing of non-portable builtin types, add option for disabling errors on unknown names
Cython/Compiler/Code.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Options.py
Cython/Compiler/Symtab.py