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)
This commit is contained in:
Viktor Szakats
2005-12-02 16:12:41 +00:00
parent 62b668f33d
commit b95b4e25da
2 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* 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 <niki@actcom.co.il>
* doc/en/math.txt
* Rename HB_MATHERRMODE() --> HB_MATHERMODE(),

View File

@@ -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);