File: dpe.h.patch

package info (click to toggle)
fplll 5.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,780 kB
  • sloc: cpp: 17,882; sh: 1,050; makefile: 170; perl: 46; python: 42
file content (12 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
--- src.orig/src/dpe.h	2009-05-21 00:45:31.888271000 -0400
+++ src/src/dpe.h	2009-05-21 00:44:52.352752000 -0400
@@ -25,6 +25,9 @@
 #include <math.h>   /* for round, floor, ceil */
 #if defined (__sun) /* for round on Solaris 10 */ 
 #include "tgmath.h" 
+#include "ieeefp.h"
+#undef NAN
+#define NAN 0.0/0.0
 #endif 
 #include <limits.h>