Skip to content
Snippets Groups Projects
Commit 528bb5dc authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Change reserved macro name.

parent 8d6df6eb
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,7 @@ ...@@ -8,9 +8,7 @@
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#ifndef _DTYPES_H
#include "dtypes.h" #include "dtypes.h"
#endif
#ifndef HOST_ENDIANNESS #ifndef HOST_ENDIANNESS
#ifdef __cplusplus #ifdef __cplusplus
......
#ifndef _DTYPES_H #ifndef DTYPES_H
#define _DTYPES_H #define DTYPES_H
#include <stdio.h> #include <stdio.h>
#include <limits.h> #include <limits.h>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#define UINT32 unsigned INT32 #define UINT32 unsigned INT32
#define UINT64 unsigned INT64 #define UINT64 unsigned INT64
#endif /* _DTYPES_H */ #endif /* DTYPES_H */
/* /*
* Local Variables: * Local Variables:
* c-file-style: "Java" * c-file-style: "Java"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment