From 013b958d94ac91a14d3d6b2b3db24c1ce88ee7ed Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Sun, 11 Feb 2024 19:55:48 -0500 Subject: math/readstat: Update to 1.1.9 MFH: 2024Q1 Security: 388eefc0-c93f-11ee-92ce-4ccc6adda413 --- math/readstat/files/patch-src_readstat__variable.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'math/readstat/files/patch-src_readstat__variable.c') diff --git a/math/readstat/files/patch-src_readstat__variable.c b/math/readstat/files/patch-src_readstat__variable.c index 4bc2fe0c7ad8..73e615cf5a32 100644 --- a/math/readstat/files/patch-src_readstat__variable.c +++ b/math/readstat/files/patch-src_readstat__variable.c @@ -1,11 +1,7 @@ ---- src/readstat_variable.c.orig 2020-08-25 16:29:50 UTC +--- src/readstat_variable.c.orig 2023-02-20 19:09:20 UTC +++ src/readstat_variable.c -@@ -2,10 +2,10 @@ - #include - #include "readstat.h" - --static readstat_value_t make_blank_value(); -+static readstat_value_t make_blank_value(void); +@@ -5,7 +5,7 @@ static readstat_value_t make_double_value(double dval) + static readstat_value_t make_blank_value(void); static readstat_value_t make_double_value(double dval); -static readstat_value_t make_blank_value() { -- cgit v1.2.3