From 22f3aec885829403a86a0742f410889b0455cd95 Mon Sep 17 00:00:00 2001 From: div0 Date: Sun, 8 Nov 2009 19:10:45 +0000 Subject: [PATCH] make it work even if someone changes the files :P git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8256 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/common/util-pre.qh | 1 + 1 file changed, 1 insertion(+) diff --git a/data/qcsrc/common/util-pre.qh b/data/qcsrc/common/util-pre.qh index 679b7e0a4..0eef508fc 100644 --- a/data/qcsrc/common/util-pre.qh +++ b/data/qcsrc/common/util-pre.qh @@ -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 */ -- 2.39.2