Parentheses in macro

This commit is contained in:
Andrew Johnson
2016-04-28 13:27:47 -05:00
parent 24ddcd2524
commit 054a234c70

View File

@@ -19,7 +19,7 @@ extern "C" {
#ifdef isfinite
# undef finite
# define finite(x) isfinite((double)x)
# define finite(x) isfinite((double)(x))
#endif
epicsShareExtern float epicsNAN;