Skip to content

Commit

Permalink
Fix to solaris build problem re quiet_nan
Browse files Browse the repository at this point in the history
It appears that the logic is already in the code,
just that the NANARG determined in mconf.h was not
used to declare the local quiet_nan version.
  • Loading branch information
devel-chm committed Aug 9, 2015
1 parent 59d2a4c commit e9636f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Basic/Math/quiet_nan.c
@@ -1,6 +1,6 @@
#include "mconf.h"
/* Patch NaN function where no system NaN is available */
double quiet_nan(void)
double quiet_nan(NANARG)
{
#ifdef NaN
double a;
Expand Down

0 comments on commit e9636f3

Please sign in to comment.