Re: [PATCH] potential parse error in ifdef part 3

2007-06-05 Thread Geert Uytterhoeven
On Mon, 4 Jun 2007, Yoann Padioleau wrote: > parse errors in ifdefs > > Fix various bits of obviously-busted code which we're not happening to > compile, due to ifdefs. > --- a/arch/m68k/mac/debug.c > +++ b/arch/m68k/mac/debug.c > @@ -71,7 +71,7 @@ #ifdef DEBUG_SCREEN > > /* calculate cur

Re: [PATCH] potential parse error in ifdef

2007-05-25 Thread Andrew Morton
On Fri, 25 May 2007 13:50:37 +0200 (CEST) Jiri Kosina <[EMAIL PROTECTED]> wrote: > On Fri, 25 May 2007, Yoann Padioleau wrote: > > > I have made a tool to parse the kernel that does not pre-process the > > source. That means that my parser tries to parse all the code, including > > code in the #e

Re: [PATCH] potential parse error in ifdef

2007-05-25 Thread Jiri Kosina
On Fri, 25 May 2007, Yoann Padioleau wrote: > I have made a tool to parse the kernel that does not pre-process the > source. That means that my parser tries to parse all the code, including > code in the #else branch or code that is not often compiled because > the driver is not very used (or not