> 270 HB_FUNC( __TP_CTRLCTS )
> 271 {
> 272 #if !defined( CRTSCTS ) && defined( __WATCOMC__ )
> 273 #  define CRTSCTS 020000000000
> 274 #endif
> 
> is there a reason for the "&& defined( __WATCOMC__ )" part? i've just 
> found another platform where CRTSCTS isn't defined, and am wondering 
> whether anyone has anything against, or a better idea instead of, just 
> dropping the watcom constraint from this conditional.

Probably can be dropped. More could be told by checking 
file history, maybe you can spot who added it and with 
what comment.

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to