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)
commit4f3af12a5b8ee3a8109dd6f8c8ff01bcfe3cae33
treefab927d5bac6f52e4d017a3c62c2a52c4b54e5fa
parent664dc7c87d85bf4d541427595f433fa146c3cf99
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