From 9724526429bb5c41fc7b923c616e4c466faf5f7a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 21 Aug 2024 13:30:54 +0200 Subject: [PATCH] lib: delete stray undefs for `vsnprintf`, `vsprintf` Stop #undefining macros that were not redefined or used in the code. Closes #14631 --- lib/curl_printf.h | 1 - lib/curlx.h | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/curl_printf.h b/lib/curl_printf.h index c2457d2a64..df752258bf 100644 --- a/lib/curl_printf.h +++ b/lib/curl_printf.h @@ -40,7 +40,6 @@ # undef msnprintf # undef vprintf # undef vfprintf -# undef vsnprintf # undef mvsnprintf # undef aprintf # undef vaprintf diff --git a/lib/curlx.h b/lib/curlx.h index 54e4279572..fa6d9eb7a6 100644 --- a/lib/curlx.h +++ b/lib/curlx.h @@ -98,7 +98,6 @@ # undef msnprintf # undef vprintf # undef vfprintf -# undef vsprintf # undef mvsnprintf # undef aprintf # undef vaprintf -- 2.47.3