From 528bb5dc4a6314ed55a64d99532758999f5e4090 Mon Sep 17 00:00:00 2001 From: Thomas Jahns <jahns@dkrz.de> Date: Fri, 8 Apr 2016 14:28:21 +0000 Subject: [PATCH] Change reserved macro name. --- src/binary.h | 2 -- src/dtypes.h | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/binary.h b/src/binary.h index 1bd560f9e..26a0a6da3 100644 --- a/src/binary.h +++ b/src/binary.h @@ -8,9 +8,7 @@ #include <inttypes.h> #include <stdio.h> -#ifndef _DTYPES_H #include "dtypes.h" -#endif #ifndef HOST_ENDIANNESS #ifdef __cplusplus diff --git a/src/dtypes.h b/src/dtypes.h index f69ea496b..ca849ce18 100644 --- a/src/dtypes.h +++ b/src/dtypes.h @@ -1,5 +1,5 @@ -#ifndef _DTYPES_H -#define _DTYPES_H +#ifndef DTYPES_H +#define DTYPES_H #include <stdio.h> #include <limits.h> @@ -45,7 +45,7 @@ #define UINT32 unsigned INT32 #define UINT64 unsigned INT64 -#endif /* _DTYPES_H */ +#endif /* DTYPES_H */ /* * Local Variables: * c-file-style: "Java" -- GitLab