[ctypes-commit] ctypes/source ctypes.h,1.59,1.60
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2004-11-05 10:47:46
|
Update of /cvsroot/ctypes/ctypes/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18969 Modified Files: ctypes.h Log Message: Fix a comment. Index: ctypes.h =================================================================== RCS file: /cvsroot/ctypes/ctypes/source/ctypes.h,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** ctypes.h 4 Nov 2004 20:03:15 -0000 1.59 --- ctypes.h 5 Nov 2004 10:47:34 -0000 1.60 *************** *** 152,156 **** metatypes */ typedef struct { ! PyDictObject dict; /* a subclass of dict */ int size; /* number of bytes */ int align; /* alignment requirements */ --- 152,156 ---- metatypes */ typedef struct { ! PyDictObject dict; /* first part identical to PyDictObject */ int size; /* number of bytes */ int align; /* alignment requirements */ |