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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 8 14:10:46 EST 2009


Author: div0
Date: 2009-11-08 14:10:45 -0500 (Sun, 08 Nov 2009)
New Revision: 8256

Modified:
   trunk/data/qcsrc/common/util-pre.qh
Log:
make it work even if someone changes the files :P


Modified: trunk/data/qcsrc/common/util-pre.qh
===================================================================
--- trunk/data/qcsrc/common/util-pre.qh	2009-11-08 19:09:23 UTC (rev 8255)
+++ trunk/data/qcsrc/common/util-pre.qh	2009-11-08 19:10:45 UTC (rev 8256)
@@ -1,3 +1,4 @@
+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