|
From: Andre R. <and...@us...> - 2004-10-26 10:25:10
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1671/Frontier/Common/source Modified Files: ops.c Log Message: Enable safex80told and safeldtox80 conversion helper functions for Xcode/GCC. Index: ops.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/ops.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ops.c 23 Oct 2004 22:43:50 -0000 1.2 --- ops.c 26 Oct 2004 10:24:57 -0000 1.3 *************** *** 800,804 **** } /*listunlink*/ ! #if __powerc typedef struct { --- 800,804 ---- } /*listunlink*/ ! #if __powerc || __GNUC__ typedef struct { |