From b95b4e25dab7494732433a1e432c0f173fbccfbe Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 2 Dec 2005 16:12:41 +0000 Subject: [PATCH] 2005-12-02 17:12 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu) * include/hbmath.h ! Fixed a few declarations to be in sync with the implementation. (Thanks Chen) --- harbour/ChangeLog | 5 +++++ harbour/include/hbmath.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3c8893bd46..7452767bd1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ * fixed <-x-> match marker +2005-12-02 17:12 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu) + * include/hbmath.h + ! Fixed a few declarations to be in sync with the + implementation. (Thanks Chen) + 2005-11-27 11:20 UTC+0200 Chen Kedem * doc/en/math.txt * Rename HB_MATHERRMODE() --> HB_MATHERMODE(), diff --git a/harbour/include/hbmath.h b/harbour/include/hbmath.h index 83d8de78c5..eb1d4a1bd6 100644 --- a/harbour/include/hbmath.h +++ b/harbour/include/hbmath.h @@ -114,8 +114,8 @@ extern void hb_mathResetError (void); extern int hb_mathGetLastError (HB_MATH_EXCEPTION * phb_exc); extern int hb_mathIsMathErr (void); -extern int hb_mathSetDefErrMode (int imode); -extern int hb_mathGetDefErrMode (void); +extern int hb_mathSetErrMode (int imode); +extern int hb_mathGetErrMode (void); extern int hb_matherr (HB_MATH_EXCEPTION * pexc); extern HB_MATH_HANDLERPROC hb_mathSetHandler (HB_MATH_HANDLERPROC handlerproc);