fixed various declarations in shipped .pxd files
authorStefan Behnel <scoder@users.berlios.de>
Fri, 16 Oct 2009 09:50:17 +0000 (11:50 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 16 Oct 2009 09:50:17 +0000 (11:50 +0200)
commit37e867557e7c133b460a687e228435febbd98884
treef5bb4231506a368cbb22cd490be5645d257fcb5d
parent5e933a2fb2bebbe60c9a23046c8fc0f542f195f8
fixed various declarations in shipped .pxd files
25 files changed:
Cython/Includes/python_bool.pxd
Cython/Includes/python_buffer.pxd
Cython/Includes/python_cobject.pxd
Cython/Includes/python_complex.pxd
Cython/Includes/python_dict.pxd
Cython/Includes/python_exc.pxd
Cython/Includes/python_float.pxd
Cython/Includes/python_function.pxd
Cython/Includes/python_instance.pxd
Cython/Includes/python_int.pxd
Cython/Includes/python_iterator.pxd
Cython/Includes/python_list.pxd
Cython/Includes/python_long.pxd
Cython/Includes/python_mapping.pxd
Cython/Includes/python_module.pxd
Cython/Includes/python_number.pxd
Cython/Includes/python_object.pxd
Cython/Includes/python_pycapsule.pxd [new file with mode: 0644]
Cython/Includes/python_ref.pxd
Cython/Includes/python_sequence.pxd
Cython/Includes/python_set.pxd
Cython/Includes/python_string.pxd
Cython/Includes/python_tuple.pxd
Cython/Includes/python_type.pxd
Cython/Includes/python_unicode.pxd