Seamless C99/C++ complex numbers support (ticket #398)
authorLisandro Dalcin <dalcinl@gmail.com>
Tue, 13 Oct 2009 14:20:37 +0000 (11:20 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Tue, 13 Oct 2009 14:20:37 +0000 (11:20 -0300)
commitdd37f81ef35190c3ce1594f73d6f6670e942058b
treed66c5f04d4ead90d0140a2814101530e1fb79f3a
parent61e95f53cd2d0ad1d0dec6e8f654a8303847ddc9
Seamless C99/C++ complex numbers support (ticket #398)
14 files changed:
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Options.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
tests/run/complex_numbers_T305.pyx
tests/run/complex_numbers_c89_T398.h [new file with mode: 0644]
tests/run/complex_numbers_c89_T398.pyx [new file with mode: 0644]
tests/run/complex_numbers_c99_T398.h [new file with mode: 0644]
tests/run/complex_numbers_c99_T398.pyx [new file with mode: 0644]
tests/run/complex_numbers_cxx_T398.h [new file with mode: 0644]
tests/run/complex_numbers_cxx_T398.pyx [new file with mode: 0644]