From: Martin Mares Date: Sun, 14 Nov 2004 12:12:29 +0000 (+0000) Subject: Move all explicit extern declarations of logf() [which is apparently missing X-Git-Tag: holmes-import~867 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4c445f013dba6fa8576d4463cb84c186e2b6f3bd;p=libucw.git Move all explicit extern declarations of logf() [which is apparently missing from system includes while present in the library; does anybody know, why?] to lib/math.h. --- diff --git a/lib/math.h b/lib/math.h index 4bd52b90..3c55e987 100644 --- a/lib/math.h +++ b/lib/math.h @@ -14,3 +14,5 @@ #undef log #define log log_msg #undef exception + +float logf(float);