From 1bd85f86a85bca6f1f30b459bab8584856673d14 Mon Sep 17 00:00:00 2001 From: div0 Date: Sun, 8 Nov 2009 19:54:24 +0000 Subject: [PATCH] work around fteqcc bug git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8259 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/common/util-pre.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/common/util-pre.qh b/data/qcsrc/common/util-pre.qh index 0eef508fc..2472374df 100644 --- a/data/qcsrc/common/util-pre.qh +++ b/data/qcsrc/common/util-pre.qh @@ -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 */ -- 2.39.2