logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0002-Remove-unused-string-to-long-double-conversion-funct.patch (613B)


  1. From ece59ca75ed8ed59fe73614f03c70a79198e4a84 Mon Sep 17 00:00:00 2001
  2. From: Michael Forney <mforney@mforney.org>
  3. Date: Thu, 28 Oct 2021 11:18:37 -0700
  4. Subject: [PATCH] Remove unused string to long double conversion functions
  5. ---
  6. src/util/to.h | 1 -
  7. 1 file changed, 1 deletion(-)
  8. diff --git a/src/util/to.h b/src/util/to.h
  9. index c927d57..438fce6 100644
  10. --- a/src/util/to.h
  11. +++ b/src/util/to.h
  12. @@ -131,5 +131,4 @@ DEF_STR_TO_INT(toi, int, "i")
  13. }
  14. DEF_STR_TO_FLOAT(tof, float, strtof)
  15. DEF_STR_TO_FLOAT(tolf, double, strtod)
  16. -DEF_STR_TO_FLOAT(tollf, long double, strtold)
  17. #undef DEF_STR_TO_FLOAT
  18. --
  19. 2.32.0