diff options
| author | Michael Forney <mforney@mforney.org> | 2021-10-28 11:19:53 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-11-05 15:05:35 -0700 |
| commit | 38310afa8870b1643dddbffe7b28391efb1929f7 (patch) | |
| tree | 67879bc26b791aaedb2a1884fa27dcf17ba109fe /pkg | |
| parent | 7dd2f07decfdacb77eb7ae4cb5079038cb06a886 (diff) | |
blind: Remove unused long double functions
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/blind/patch/0002-Remove-unused-string-to-long-double-conversion-funct.patch | 22 | ||||
| -rw-r--r-- | pkg/blind/ver | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/pkg/blind/patch/0002-Remove-unused-string-to-long-double-conversion-funct.patch b/pkg/blind/patch/0002-Remove-unused-string-to-long-double-conversion-funct.patch new file mode 100644 index 00000000..578fe838 --- /dev/null +++ b/pkg/blind/patch/0002-Remove-unused-string-to-long-double-conversion-funct.patch @@ -0,0 +1,22 @@ +From ece59ca75ed8ed59fe73614f03c70a79198e4a84 Mon Sep 17 00:00:00 2001 +From: Michael Forney <mforney@mforney.org> +Date: Thu, 28 Oct 2021 11:18:37 -0700 +Subject: [PATCH] Remove unused string to long double conversion functions + +--- + src/util/to.h | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/util/to.h b/src/util/to.h +index c927d57..438fce6 100644 +--- a/src/util/to.h ++++ b/src/util/to.h +@@ -131,5 +131,4 @@ DEF_STR_TO_INT(toi, int, "i") + } + DEF_STR_TO_FLOAT(tof, float, strtof) + DEF_STR_TO_FLOAT(tolf, double, strtod) +-DEF_STR_TO_FLOAT(tollf, long double, strtold) + #undef DEF_STR_TO_FLOAT +-- +2.32.0 + diff --git a/pkg/blind/ver b/pkg/blind/ver index d6e8d943..33e10d1e 100644 --- a/pkg/blind/ver +++ b/pkg/blind/ver @@ -1 +1 @@ -1.1 r3 +1.1 r4 |
