diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 32c9c52913..37d84e9669 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-05 20:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbtpathy/tpunix.c + ! Extra __WATCOM__ guard deleted. + 2009-12-05 09:57 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/projects/hbide.hbi @@ -25,7 +29,7 @@ ! Destroyed more Qt objects on exit. * contrib/hbxbp/xbpstatusbar.prg - ! Destruction of panels. + ! Destruction of panels. 2009-12-05 18:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/hbide.prg diff --git a/harbour/contrib/hbtpathy/tpunix.c b/harbour/contrib/hbtpathy/tpunix.c index 4a406fc2e1..ef3f9b1cfc 100644 --- a/harbour/contrib/hbtpathy/tpunix.c +++ b/harbour/contrib/hbtpathy/tpunix.c @@ -269,7 +269,7 @@ HB_FUNC( __TP_ISCTS ) HB_FUNC( __TP_CTRLCTS ) { -#if !defined( CRTSCTS ) && defined( __WATCOMC__ ) +#if !defined( CRTSCTS ) # define CRTSCTS 020000000000 #endif struct termios options;