lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV CHANGES 2.8.1dev.5


From: T.E.Dickey
Subject: Re: LYNX-DEV CHANGES 2.8.1dev.5
Date: Sun, 29 Mar 1998 21:32:54 -0500 (EST)

> On Sun, 29 Mar 1998, T.E.Dickey wrote: 
>  
> > > Tom, I made some mods of your tcp.h #if's because BORLANDC screws up on  
> > > #if XYZ.  (It likes #ifdef XYZ or #if XYZ > 10)  Hopefully it is  
> > > more portable and doesn't break anything.  
> > ok (what version is that? - the ANSI standard guarantees the #if XYZ, but 
> > I've learned not to argue with compilers). 
>  
> Borland C/C++ 4.52.   
I'll try to remember (so much for standards) ...
  
> > > The log file stuff doesn't work for BORLANDC's compile :-(  Dunno why.  
> > log-file: do you mean the redirection of stderr?  (that ought to be 
> > redone, since it's not portable as Fote left it, and he had a hole that 
> > breaks on VMS). 
>  
> Yes, that works on DJGPP, but not BC. 
The real fix is to replace all of those stderr references with the actual
logfile pointer (not something that you'd want to do along with some other
changes, since there's a thousand or so to change).

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]