Re: [libvirt] [PATCH 2/6] build-aux: header-ifdef: Handle #pragma once

2019-04-04 Thread Eric Blake
On 4/3/19 4:52 PM, Cole Robinson wrote: > If we see if, skip all remaining header guard checks s/see if/see it/ > > Signed-off-by: Cole Robinson > --- > build-aux/header-ifdef.pl | 5 + > 1 file changed, 5 insertions(+) -- Eric Blake, Principal Software Engineer Red Hat, Inc.

[libvirt] [PATCH 2/6] build-aux: header-ifdef: Handle #pragma once

2019-04-03 Thread Cole Robinson
If we see if, skip all remaining header guard checks Signed-off-by: Cole Robinson --- build-aux/header-ifdef.pl | 5 + 1 file changed, 5 insertions(+) diff --git a/build-aux/header-ifdef.pl b/build-aux/header-ifdef.pl index 297696eb70..401f25fb81 100644 --- a/build-aux/header-ifdef.pl +++ b