Skip to content
Snippets Groups Projects
Commit f13eebcc authored by Ben Gamari's avatar Ben Gamari Committed by Ben Gamari
Browse files

cpp: Use #pragma once instead of #ifndef guards

This both says what we mean and silences a bunch of spurious CPP linting
warnings. This pragma is supported by all CPP implementations which we
support.

Reviewers: austin, erikd, simonmar, hvr

Reviewed By: simonmar

Subscribers: rwbarton, thomie

Differential Revision: https://phabricator.haskell.org/D3482
parent 87fbf39a
No related branches found
No related tags found
No related merge requests found
Showing with 20 additions and 84 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment