diff options
author | Craig Barnes <Cr@igBarn.es> | 2014-11-16 09:19:41 +0000 |
---|---|---|
committer | Craig Barnes <Cr@igBarn.es> | 2014-11-16 09:19:41 +0000 |
commit | 386e1ba185d1e51a5ada2b61e524b19d8e7a288b (patch) | |
tree | be0af8d9a9940cd29577e01704a1adb67c593ef5 /src/debug.h | |
parent | 2db928d9a6faec16182ec494d3c0cd3424a03d4e (diff) |
Rename include guards for consistency and to avoid reserved identifiers
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdio.h> #include <errno.h> #include <string.h> |