diff options
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r-- | hints/hpux.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index 34135035f1..6b93d80730 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -452,3 +452,7 @@ EOM ;; esac EOCBU + +# fpclassify() is a macro, the library call is Fpclassify +d_fpclassify='define' + |