2009-02-03 01:34 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* source/common/hbprintf.c
    ! Comment corrected to be ANSI.
This commit is contained in:
Viktor Szakats
2009-02-03 00:34:26 +00:00
parent 79fd663a78
commit cd8c6f4132
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-03 01:34 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* source/common/hbprintf.c
! Comment corrected to be ANSI.
2009-02-03 00:55 UTC+0100 Maurilio Longo (maurilio.longo@libero.it)
* include/hbdefs.h
* include/hbthread.h

View File

@@ -107,7 +107,7 @@ optimized.
#elif defined(__DJGPP__)
_LIB_VERSION_TYPE _LIB_VERSION = _XOPEN_;
#elif defined( HB_OS_SUNOS )
# include <ieeefp.h> // for finite()
# include <ieeefp.h> /* for finite() */
#endif
HB_EXTERN_BEGIN