Hello Daniel,
On 4/3/20 9:29 PM, Daniel Kiper wrote:
> On Fri, Mar 13, 2020 at 08:17:17PM +0100, Javier Martinez Canillas wrote:
>> From: Peter Jones
>>
>> This makes it so you can treat grub-module-verifierxx.c as a file you can
>> build directly, so syntax checkers like vim's "syntastic" plugin
On Fri, Mar 13, 2020 at 08:17:17PM +0100, Javier Martinez Canillas wrote:
> From: Peter Jones
>
> This makes it so you can treat grub-module-verifierxx.c as a file you can
> build directly, so syntax checkers like vim's "syntastic" plugin, which uses
> "gcc -x c -fsyntax-only" to build it, will wo
From: Peter Jones
This makes it so you can treat grub-module-verifierxx.c as a file you can
build directly, so syntax checkers like vim's "syntastic" plugin, which uses
"gcc -x c -fsyntax-only" to build it, will work.
One still has to do whatever setup is required to make it pick the right
inclu