[ctypes-commit] ctypes/source callbacks.c,1.65,1.66
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2004-10-21 10:39:25
|
Update of /cvsroot/ctypes/ctypes/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17721 Modified Files: callbacks.c Log Message: Remove commented out code. Index: callbacks.c =================================================================== RCS file: /cvsroot/ctypes/ctypes/source/callbacks.c,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** callbacks.c 21 Oct 2004 08:06:00 -0000 1.65 --- callbacks.c 21 Oct 2004 10:39:10 -0000 1.66 *************** *** 226,230 **** typedef struct { - /* ffi_closure cl; /* the C callable */ ffi_closure *pcl; /* the C callable */ ffi_cif cif; --- 226,229 ---- |