Re: [1/7] cmd: Fix FOR tab handling (try 3)

2011-08-25 Thread Frédéric Delanoy
On Thu, Aug 25, 2011 at 01:06, Octavian Voicu octavian.vo...@gmail.com wrote: 2011/8/25 Frédéric Delanoy frederic.dela...@gmail.com: +  const WCHAR inW[] = {'i','n'}; +  const WCHAR doW[] = {'d','o'}; ... Hello, After these patches get in, it might be a good idea to make all these strings

Re: [1/7] cmd: Fix FOR tab handling (try 3)

2011-08-24 Thread Octavian Voicu
2011/8/25 Frédéric Delanoy frederic.dela...@gmail.com: +  const WCHAR inW[] = {'i','n'}; +  const WCHAR doW[] = {'d','o'}; ... Hello, After these patches get in, it might be a good idea to make all these strings static. Even if they are const, the compiler still needs to generate code to