Skip to content
GitLab
Menu
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
8d6df6eb
Commit
8d6df6eb
authored
Apr 08, 2016
by
Thomas Jahns
🤸
Browse files
Fix unused macro in cdi app.
parent
6e5ea545
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/cdi.c
View file @
8d6df6eb
...
...
@@ -30,9 +30,8 @@ int vlistInqVarMissvalUsed(int vlistID, int varID);
# define DBL_IS_EQUAL(x,y) (DBL_IS_NAN(x)||DBL_IS_NAN(y)?(DBL_IS_NAN(x)&&DBL_IS_NAN(y)?1:0):!(x < y || y < x))
#endif
#ifndef IS_EQUAL
#ifndef IS_
NOT_
EQUAL
# define IS_NOT_EQUAL(x,y) (x < y || y < x)
# define IS_EQUAL(x,y) (!IS_NOT_EQUAL(x,y))
#endif
#ifndef HOST_ENDIANNESS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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