[ctypes-commit] ctypes/source cfield.c,1.74.2.11,1.74.2.12
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2005-11-30 07:43:25
|
Update of /cvsroot/ctypes/ctypes/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31653 Modified Files: Tag: branch_1_0 cfield.c Log Message: Correct definition of SWAP_LONG. Index: cfield.c =================================================================== RCS file: /cvsroot/ctypes/ctypes/source/cfield.c,v retrieving revision 1.74.2.11 retrieving revision 1.74.2.12 diff -C2 -d -r1.74.2.11 -r1.74.2.12 *** cfield.c 29 Nov 2005 20:34:08 -0000 1.74.2.11 --- cfield.c 30 Nov 2005 07:43:16 -0000 1.74.2.12 *************** *** 446,450 **** # define SWAP_LONG SWAP_4 #elif SIZEOF_LONG == 8 ! # define SWAP_LONG SWAP_4 #endif /***************************************************************** --- 446,450 ---- # define SWAP_LONG SWAP_4 #elif SIZEOF_LONG == 8 ! # define SWAP_LONG SWAP_8 #endif /***************************************************************** |