]> mj.ucw.cz Git - libucw.git/commitdiff
Move all explicit extern declarations of logf() [which is apparently missing
authorMartin Mares <mj@ucw.cz>
Sun, 14 Nov 2004 12:12:29 +0000 (12:12 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 14 Nov 2004 12:12:29 +0000 (12:12 +0000)
from system includes while present in the library; does anybody know, why?]
to lib/math.h.

lib/math.h

index 4bd52b90a088b73c15a70f3985a43dfd7ccd5ffb..3c55e987be13dde14701b32fa85b24c8695672de 100644 (file)
@@ -14,3 +14,5 @@
 #undef log
 #define log log_msg
 #undef exception
+
+float logf(float);