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
eba4273b
Commit
eba4273b
authored
Dec 01, 2015
by
Thomas Jahns
🤸
Browse files
Fix missing #undef.
parent
b987f980
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vlist_var.c
View file @
eba4273b
...
...
@@ -2028,6 +2028,7 @@ int vlistVarCompare(vlist_t *a, int varIDA, vlist_t *b, int varIDB)
|
FCMPFLT
(
validrange
[
0
])
|
FCMPFLT
(
validrange
[
1
]);
#undef FCMP
#undef FCMPFLT
#undef FCMPSTR
#undef FCMP2
if
((
diff
|=
((
pva
->
levinfo
==
NULL
)
^
(
pvb
->
levinfo
==
NULL
))))
return
1
;
...
...
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