2009-07-08 11:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/include/hbmath.h
    ! fixed C++ DJGPP builds
This commit is contained in:
Przemyslaw Czerpak
2009-07-08 09:13:34 +00:00
parent b4317f84bf
commit e70b62d35e
2 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-08 11:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbmath.h
! fixed C++ DJGPP builds
2009-07-08 11:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/xhb/xhbat.c
* contrib/hbtip/utils.c

View File

@@ -93,7 +93,9 @@ HB_EXTERN_BEGIN
#define matherr _matherr
#define exception _exception
#elif defined(__DJGPP__)
#define HB_MATH_HANDLER
#ifndef __cplusplus
#define HB_MATH_HANDLER
#endif
#elif defined( HB_OS_WIN_CE ) && defined( __POCC__ )
/* NOTE: Workaround for Pellec C 5.00 not having an 'inf' (HUGE_VAL)
in '-Tarm-coff' mode. [vszakats] */