remove dependency on structmember.h
authorLisandro Dalcin <dalcinl@gmail.com>
Thu, 11 Mar 2010 20:21:13 +0000 (17:21 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Thu, 11 Mar 2010 20:21:13 +0000 (17:21 -0300)
commit521185b469246edb514ef66cf04a99cd9117553b
treea04588b418bcf961d696adb1f63bdb7caad86d92
parent87b5c78bccd0fbc8c40c6d56184974efac6f8acf
remove dependency on structmember.h
12 files changed:
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
Cython/Compiler/TypeSlots.py
tests/compile/extpymemberdef.pyx
tests/errors/cdef_members_T517.pyx [new file with mode: 0644]
tests/errors/e_extweakref.pyx
tests/run/cdef_members_T517.pyx [new file with mode: 0644]
tests/run/embedsignatures.pyx
tests/run/typedfieldbug_T303.pyx