make Cython understand 'size_t' as a native C type (ticket #207)
authorLisandro Dalcin <dalcinl@gmail.com>
Sat, 7 Feb 2009 18:09:06 +0000 (15:09 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Sat, 7 Feb 2009 18:09:06 +0000 (15:09 -0300)
commit996f17aa2ccaa67b57778c783aab52ef55048a30
tree1defc4e433631ddab4382b557e4eab0101a56ff8
parent9889fe7b77e77d7c408e785bdb2a15c3bcdb4465
make Cython understand 'size_t' as a native C type (ticket #207)
Cython/Compiler/ExprNodes.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Includes/python2.5.pxd
Cython/Includes/python_mem.pxd
Cython/Includes/stdlib.pxd
tests/run/size_t.pyx [new file with mode: 0644]