From 386e1ba185d1e51a5ada2b61e524b19d8e7a288b Mon Sep 17 00:00:00 2001 From: Craig Barnes Date: Sun, 16 Nov 2014 09:19:41 +0000 Subject: Rename include guards for consistency and to avoid reserved identifiers --- src/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index af1d017..fd2ef62 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,5 +1,5 @@ -#ifndef __debug_h__ -#define __debug_h__ +#ifndef CMARK_DEBUG_H +#define CMARK_DEBUG_H #include #include #include -- cgit v1.2.3