Re: [Libreoffice] [PUSHED] some cleanup #if 0 deletion

2010-11-22 Thread Kohei Yoshida
On Sun, 2010-11-21 at 10:35 +0100, David Tardon wrote: > On Sat, Nov 20, 2010 at 11:20:34PM +0100, Pierre-André Jacquod wrote: > > Hello, > > was just tired to try reading code like: > > #if 0 > > read a lot here > > #else > > cool I will be compiled > > #endif > > > > So I started to trac

Re: [Libreoffice] [PUSHED] some cleanup #if 0 deletion

2010-11-21 Thread David Tardon
On Sat, Nov 20, 2010 at 11:20:34PM +0100, Pierre-André Jacquod wrote: > Hello, > was just tired to try reading code like: > #if 0 > read a lot here > #else > cool I will be compiled > #endif > > So I started to track it down systematically. Just hope I was not to > much aggressive. >