2002-07-17 02:42 UTC+0500 April White <awhite@mail.rosecom.ca>
* source/vm/itemapi.c
+ add conditional code if !(__DJGPP__) around #include <math.h>
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2002-07-17 02:42 UTC+0500 April White <awhite@mail.rosecom.ca>
|
||||
* source/vm/itemapi.c
|
||||
+ add conditional code if !(__DJGPP__) around #include <math.h>
|
||||
|
||||
2002-07-16 02:14 UTC+0500 April White <awhite@mail.rosecom.ca>
|
||||
* source/rtl/strings.c
|
||||
* include/hbapi.h
|
||||
|
||||
@@ -83,7 +83,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#if !defined(__DJGPP__)
|
||||
#include <math.h> /* For log() */
|
||||
#endif
|
||||
#if defined(__BORLANDC__)
|
||||
#include <float.h> /* for _finite() and _isnan() */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user