From c527e4dd5cdb47ba9dbf647c4dff1f7f2e53e3d9 Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Wed, 17 Jul 2002 15:37:15 +0000 Subject: [PATCH] 2002-07-17 12:34 UTC-0300 Walter Negro --- harbour/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9ed32a1d09..36615db36f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,20 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-07-17 12:34 UTC-0300 Walter Negro + * include/hbmath.h + ! Fix multiple declaration of _LIB_VERSION_TYPE if it's declared here + + * source/rtl/math.c + + Add declaration for _LIB_VERSION_TYPE (DJGPP compiler) + + * config/dos/djgpp.cf + - LDFLAGS because -lm is not a flag, it's a library. + + LDLIBS -lm for add math library. + + * contrib/libct/ctmath.h + * Conditional includes of math.h for DJGPP compiler + 2002-07-17 18:15 UTC+0300 Alexander Kresin * source/debug/debugger.prg ! Minor bug fixed