summaryrefslogtreecommitdiff
path: root/math/readstat/files/patch-src_sas_ieee.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/readstat/files/patch-src_sas_ieee.c')
-rw-r--r--math/readstat/files/patch-src_sas_ieee.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/readstat/files/patch-src_sas_ieee.c b/math/readstat/files/patch-src_sas_ieee.c
new file mode 100644
index 000000000000..beab46c1713d
--- /dev/null
+++ b/math/readstat/files/patch-src_sas_ieee.c
@@ -0,0 +1,11 @@
+--- src/sas/ieee.c.orig 2023-02-19 12:37:34 UTC
++++ src/sas/ieee.c
+@@ -16,7 +16,7 @@ static void ieee2xpt(unsigned char *ieee, unsigned cha
+
+ #ifndef FLOATREP
+ #define FLOATREP get_native()
+-int get_native();
++int get_native(void);
+ #endif
+
+ void memreverse(void *intp_void, int l) {