Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
da19d9fb
Commit
da19d9fb
authored
Apr 12, 2017
by
Uwe Schulzweida
Browse files
Fix use of reserved macro name.
parent
e8c7e0fb
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/cdi_int.h
View file @
da19d9fb
...
...
@@ -41,7 +41,7 @@ char *strdup(const char *s);
#endif
#ifndef
_
ERROR_H
#ifndef ERROR_H
# include "error.h"
#endif
#ifndef _BASETIME_H
...
...
src/cgribexlib.c
View file @
da19d9fb
...
...
@@ -54,7 +54,7 @@
#if ! defined (_CGRIBEX_H)
# include "cgribex.h"
#endif
#if ! defined (
_
ERROR_H)
#if ! defined (ERROR_H)
# include "error.h"
#endif
#if ! defined (_DTYPES_H)
...
...
src/error.h
View file @
da19d9fb
#ifndef
_
ERROR_H
#define
_
ERROR_H
#ifndef ERROR_H
#define ERROR_H
#include
<stdarg.h>
#include
<stdlib.h>
...
...
@@ -70,7 +70,7 @@ cdiAbortC_serial(const char *caller, const char *filename,
}
#endif
#endif
/*
_
ERROR_H */
#endif
/* ERROR_H */
/*
* Local Variables:
* c-file-style: "Java"
...
...
src/gribapi.h
View file @
da19d9fb
...
...
@@ -3,7 +3,7 @@
#ifdef HAVE_LIBGRIB_API
#include
<grib_api.h>
#ifndef
_
ERROR_H
#ifndef ERROR_H
#include
"error.h"
#endif
#endif
...
...
src/pio_util.h
View file @
da19d9fb
...
...
@@ -8,7 +8,7 @@
#include
<mpi.h>
#ifndef
_
ERROR_H
#ifndef ERROR_H
#include
"error.h"
#endif
...
...
src/serialize.h
View file @
da19d9fb
...
...
@@ -11,7 +11,7 @@
#ifndef CDI_CKSUM_H_
#include
"cdi_cksum.h"
#endif
#ifndef
_
ERROR_H
#ifndef ERROR_H
#include
"error.h"
#endif
...
...
src/vlist.h
View file @
da19d9fb
...
...
@@ -5,7 +5,7 @@
#include
"config.h"
#endif
#ifndef
_
ERROR_H
#ifndef ERROR_H
#include
"error.h"
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment