On Wed, Jun 19, 2019 at 02:48:36PM -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
---
Changes in v2:
- fix error messages when no header guard
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
---
Changes in v2:
- fix error messages when no header guard is found (#ifndef for public
headers, #pragma for
internal hea