diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d5742faf74..e8d8e6b551 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/source/common/hbprintf.c b/harbour/source/common/hbprintf.c index 234e67002d..584433809f 100644 --- a/harbour/source/common/hbprintf.c +++ b/harbour/source/common/hbprintf.c @@ -107,7 +107,7 @@ optimized. #elif defined(__DJGPP__) _LIB_VERSION_TYPE _LIB_VERSION = _XOPEN_; #elif defined( HB_OS_SUNOS ) -# include // for finite() +# include /* for finite() */ #endif HB_EXTERN_BEGIN