mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
12 lines
265 B
Text
12 lines
265 B
Text
--- src/interpolate.h~ Tue May 12 05:43:04 1998
|
|
+++ src/interpolate.h Sun May 18 13:25:35 2003
|
|
@@ -31,7 +31,9 @@
|
|
|
|
#include <math.h>
|
|
|
|
+#ifndef __FreeBSD__
|
|
typedef float float_t;
|
|
+#endif
|
|
|
|
typedef struct {
|
|
float_t x; /* upper x value for this interval */
|