lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev coding style, ifdefs


From: T.E.Dickey
Subject: Re: lynx-dev coding style, ifdefs
Date: Sat, 16 Oct 1999 08:08:26 -0400 (EDT)

> Make it 
>   
>   #ifndef NO_BAR 
>           if (bar_flag) { 
>               foo(1); 
>               foo(2); 
>           }; 
I'd still get rid of the spurious trailing ';'


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

reply via email to

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