[nexuiz-commits] r8259 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 8 14:54:24 EST 2009


Author: div0
Date: 2009-11-08 14:54:24 -0500 (Sun, 08 Nov 2009)
New Revision: 8259

Modified:
   trunk/data/qcsrc/common/util-pre.qh
Log:
work around fteqcc bug


Modified: trunk/data/qcsrc/common/util-pre.qh
===================================================================
--- trunk/data/qcsrc/common/util-pre.qh	2009-11-08 19:30:32 UTC (rev 8258)
+++ trunk/data/qcsrc/common/util-pre.qh	2009-11-08 19:54:24 UTC (rev 8259)
@@ -1,4 +1,4 @@
-float log(float x);
+//float log(float x);
 #define log log_builtin \
 	#undef log \
 	/* turn the next use of "log" into a declaration of log_builtin */



More information about the nexuiz-commits mailing list