Merge Binding.extern back into Binding.c_visibility.
authorW. Trevor King <wking@drexel.edu>
Tue, 8 Mar 2011 21:42:27 +0000 (16:42 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 8 Mar 2011 21:42:32 +0000 (16:42 -0500)
commitc83625b1e059bd68f12acb880537e51dd12a87bd
tree29bdb70b42af9e377228eab48446b46777e6ec4e
parentf307668538cc7bdc8cbabf1adc6e8c503e6f3dff
Merge Binding.extern back into Binding.c_visibility.

Discussions with Robert Bradshaw have convinced me that its not worth
keeping separate attributes to control extern, mangling, etc., so I'm
bundling these back together again.
Cython/Compiler/Binding.py
Cython/Compiler/Builtin.py
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
Cython/Compiler/TypeSlots.py