Re: [apparmor] [PATCH] parser: fix preprocessing output

2014-01-17 Thread Steve Beattie
On Fri, Jan 17, 2014 at 04:36:39AM -0800, John Johansen wrote: > The preprocessing output is broken, in a couple of places > > includes come out like > > #include > > ##included > > which is wrong because #include by itself is broken, and since -p is > supposed to be removing includes, it

[apparmor] [PATCH] parser: fix preprocessing output

2014-01-17 Thread John Johansen
The preprocessing output is broken, in a couple of places includes come out like #include ##included which is wrong because #include by itself is broken, and since -p is supposed to be removing includes, it should not be directly echoed any keyword in the keyword table is double echoed