Re: [libvirt] [PATCH 46/46] syntax check: update header guard check

2019-06-19 Thread Ján Tomko
On Tue, Jun 18, 2019 at 11:13:16AM -0500, Jonathon Jongsma wrote: Internal headers should use #pragma once instead of the standard #ifndef guard. Public headers still require the existing header guard. Signed-off-by: Jonathon Jongsma --- build-aux/header-ifdef.pl | 35

[libvirt] [PATCH 46/46] syntax check: update header guard check

2019-06-18 Thread Jonathon Jongsma
Internal headers should use #pragma once instead of the standard #ifndef guard. Public headers still require the existing header guard. Signed-off-by: Jonathon Jongsma --- build-aux/header-ifdef.pl | 35 ++- 1 file changed, 26 insertions(+), 9 deletions(-) diff