From 5802ccba95bb3de93b36a82c285cce4b26bcdf67 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 5 Dec 2009 19:01:08 +0000 Subject: [PATCH] 2009-12-05 20:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtpathy/tpunix.c ! Extra __WATCOM__ guard deleted. --- harbour/ChangeLog | 6 +++++- harbour/contrib/hbtpathy/tpunix.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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;