From 52401a7445bbe3bce9a47c834ca97210d76789b2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 21 Nov 2005 17:04:40 +0000 Subject: [PATCH] 2005-11-21 18:03 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu) - include/math.ch + include/hbmath.ch * include/hbmath.h * tests/mathtest.prg ! math.ch -> hbmath.ch (rename) --- harbour/ChangeLog | 7 +++++++ harbour/include/{math.ch => hbmath.ch} | 0 harbour/include/hbmath.h | 4 ++-- harbour/tests/mathtest.prg | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) rename harbour/include/{math.ch => hbmath.ch} (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1b39e55b44..33b12412ed 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2005-11-21 18:03 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu) + - include/math.ch + + include/hbmath.ch + * include/hbmath.h + * tests/mathtest.prg + ! math.ch -> hbmath.ch (rename) + 2005-11-21 17:44 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu) + tests/simplet.prg * src/rtl/symbol.prg diff --git a/harbour/include/math.ch b/harbour/include/hbmath.ch similarity index 100% rename from harbour/include/math.ch rename to harbour/include/hbmath.ch diff --git a/harbour/include/hbmath.h b/harbour/include/hbmath.h index 8fa8a7e228..83d8de78c5 100644 --- a/harbour/include/hbmath.h +++ b/harbour/include/hbmath.h @@ -123,8 +123,8 @@ extern HB_MATH_HANDLERPROC hb_mathGetHandler (void); extern double hb_random_num( void ); -/* include defines from math.ch */ -#include +/* include defines from hbmath.ch */ +#include HB_EXTERN_END diff --git a/harbour/tests/mathtest.prg b/harbour/tests/mathtest.prg index a74cffb32d..6b8431334f 100644 --- a/harbour/tests/mathtest.prg +++ b/harbour/tests/mathtest.prg @@ -2,7 +2,7 @@ // $Id$ // -#include "math.ch" +#include "hbmath.ch" function main()