ports/math/readstat/files/patch-src_sas_ieee.c
Jason E. Hale 013b958d94 math/readstat: Update to 1.1.9
MFH:		2024Q1
Security:	388eefc0-c93f-11ee-92ce-4ccc6adda413
2024-02-11 19:55:48 -05:00

11 lines
355 B
C

--- src/sas/ieee.c.orig 2023-02-20 19:09:20 UTC
+++ src/sas/ieee.c
@@ -96,7 +96,7 @@ int cnxptiee(const void *from_bytes, int fromtype, voi
return(0);
}
-int get_native() {
+int get_native(void) {
static unsigned char float_reps[][8] = {
{0x41,0x10,0x00,0x00,0x00,0x00,0x00,0x00},
{0x3f,0xf0,0x00,0x00,0x00,0x00,0x00,0x00},