From 2cbb0a8b22175da7a5b9b15f120f24def39c9abb Mon Sep 17 00:00:00 2001 From: zakk Date: Sat, 27 Aug 2005 02:24:00 +0000 Subject: Ludwig's 1st diff: Some 64bit fixes for x86_64. Also fixes Makefile build. git-svn-id: svn://svn.icculus.org/quake3/trunk@7 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/unix_shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/unix/unix_shared.c') diff --git a/code/unix/unix_shared.c b/code/unix/unix_shared.c index 742cffe..beb69c4 100755 --- a/code/unix/unix_shared.c +++ b/code/unix/unix_shared.c @@ -139,7 +139,7 @@ int Sys_XTimeToSysTime (unsigned long xtime) #endif //#if 0 // bk001215 - see snapvector.nasm for replacement -#if (defined __APPLE__) // rcg010206 - using this for PPC builds... +#if !(defined __i386__) // rcg010206 - using this for PPC builds... long fastftol( float f ) { // bk001213 - from win32/win_shared.c //static int tmp; // __asm fld f -- cgit v1.2.3