lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev keeping lynx in sync with gettext


From: dickey
Subject: Re: lynx-dev keeping lynx in sync with gettext
Date: Fri, 5 Feb 1999 13:53:12 -0500 (EST)

(sorry - my keyboard bounced on the previous message when I was saving).
 
> Hmmm.  Yes, but go the other way, please: 
>  
>       #ifdef CTRACE_CODE 
>       #define LYCtrace(p) CTRACE p;  /* (typo corrected) */ 
>       #else 
>       #define LYCtrace /*nothing*/ 
>       #endif 
>    
>   so we could replace 
>       CTRACE(tfp, "something\n"); 
>   with 
>       LYCtrace(("something\n")) 
>    
> So the transition can be made progressively rather than 
> catastrophically -- residual calls to CTRACE would continue 

not exactly - I'd like to get rid of tfp as a parameter.  Changing the
macro syntax would help flush out the change (because the ones that I
may miss wouldn't compile).

> to work (but not be suppressed by the switch) while the 
> preponderance were converted.  This also avoids invalidating 
> local patches that contain CTRACE calls.  The same pervasive 
> set of lines need to be systematically modified, so it's 
> a break-even in that respect. 
>  
> -- gil 


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

reply via email to

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