add compiler directive for user-defined function calling conventions
authorLisandro Dalcin <dalcinl@gmail.com>
Sat, 16 May 2009 23:10:35 +0000 (20:10 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Sat, 16 May 2009 23:10:35 +0000 (20:10 -0300)
commit57f327c1989a4db8dd4f60ea418a87e4e9fbcc9f
tree551f212dbabeb73d4e2e56356fc5cf515f3f01d8
parent054826b1e53d94c1d45cc74709371caf86ec6249
add compiler directive for user-defined function calling conventions
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Options.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
tests/compile/callingconvention.pyx
tests/errors/e_callspec.pyx [new file with mode: 0644]