From 46e5aed0bf2645fb640b08c148b518590c95253a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Aug 2018 12:29:34 +0200 Subject: Fix use of reserved identifiers for include guards --- chilbert/BigBitVec.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chilbert/BigBitVec.hpp') diff --git a/chilbert/BigBitVec.hpp b/chilbert/BigBitVec.hpp index 2f924b9..7f812b6 100644 --- a/chilbert/BigBitVec.hpp +++ b/chilbert/BigBitVec.hpp @@ -16,8 +16,8 @@ this program. If not, see . */ -#ifndef _BIGBITVEC_HPP_ -#define _BIGBITVEC_HPP_ +#ifndef CHILBERT_BIGBITVEC_HPP +#define CHILBERT_BIGBITVEC_HPP #include "chilbert/FixBitVec.hpp" -- cgit v1.2.1