]> granicus.if.org Git - python/commit
C++ compiler cleanup: the typical few casts, and ... C++ didn't like that
authorSkip Montanaro <skip@pobox.com>
Tue, 18 Apr 2006 19:45:17 +0000 (19:45 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 18 Apr 2006 19:45:17 +0000 (19:45 +0000)
commit058be9adbcaa7828be1f7575b5bda64158ab2c3c
tree845c71e11e51136ea89ef67e319263a7a25dfdec
parentcbe2e491bc8996cbe3a8f498c086cf2b2fb01168
C++ compiler cleanup: the typical few casts, and ...  C++ didn't like that
the StgDictObject's ffi_type member had the same name as its type.  I
changed that to ffi_type_pointer.  Feel free to change it to something else
more meaningful, just not ffi_type.
Modules/_ctypes/_ctypes.c
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/stgdict.c