Re: [CIL users] -include

2013-02-12 Thread Gabriel Kerneis
On Mon, Feb 11, 2013 at 01:47:51PM -0600, dagr...@rockwellcollins.com wrote: > 1993c1993 > < '-include$' => { ONEMORE => 1, TYPE => "PREPROC" }, > --- > > '-include$' => { ONEMORE => 1, TYPE => "EARLY_PREPROC" }, > Looks good to me: although header files should arguably us

Re: [CIL users] -include

2013-02-11 Thread dagreve
The following patch to Cilly.pm seems to fix this problem: 1993c1993 < '-include$' => { ONEMORE => 1, TYPE => "PREPROC" }, --- > '-include$' => { ONEMORE => 1, TYPE => "EARLY_PREPROC" }, dagr...@rockwellcollins.com wrote on 02/11/2013 09:14:33 AM: > > The attached files