|
| From: | Klaus Weide |
| Subject: | Re: lynx-dev coding style, ifdefs |
| Date: | Sat, 16 Oct 1999 08:15:21 -0500 (CDT) |
On Sat, 16 Oct 1999, T.E.Dickey wrote:
> > Make it
> >
> > #ifndef NO_BAR
> > if (bar_flag) {
> > foo(1);
> > foo(2);
> > };
> I'd still get rid of the spurious trailing ';'
Yes, that too...
Funny how it survived through all the examples by copying.
Klaus
| [Prev in Thread] | Current Thread | [Next in Thread] |