[ctypes-commit] ctypes/source stgdict.c,1.16,1.17
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2004-10-12 13:42:50
|
Update of /cvsroot/ctypes/ctypes/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv516 Modified Files: stgdict.c Log Message: c_wchar not allowed for bit field. Index: stgdict.c =================================================================== RCS file: /cvsroot/ctypes/ctypes/source/stgdict.c,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** stgdict.c 11 Oct 2004 08:58:28 -0000 1.16 --- stgdict.c 12 Oct 2004 13:41:15 -0000 1.17 *************** *** 200,204 **** case FFI_TYPE_UINT8: case FFI_TYPE_UINT16: - case FFI_TYPE_SINT32: case FFI_TYPE_UINT32: case FFI_TYPE_SINT64: --- 200,203 ---- *************** *** 208,211 **** --- 207,211 ---- case FFI_TYPE_SINT8: case FFI_TYPE_SINT16: + case FFI_TYPE_SINT32: if (dict->getfunc != getentry("c")->getfunc #ifdef Py_USING_UNICODE |