mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08:00
lib: delete stray undefs for vsnprintf
, vsprintf
Stop #undefining macros that were not redefined or used in the code. Closes #14631
This commit is contained in:
parent
b3e1fe6dd6
commit
9724526429
@ -40,7 +40,6 @@
|
||||
# undef msnprintf
|
||||
# undef vprintf
|
||||
# undef vfprintf
|
||||
# undef vsnprintf
|
||||
# undef mvsnprintf
|
||||
# undef aprintf
|
||||
# undef vaprintf
|
||||
|
@ -98,7 +98,6 @@
|
||||
# undef msnprintf
|
||||
# undef vprintf
|
||||
# undef vfprintf
|
||||
# undef vsprintf
|
||||
# undef mvsnprintf
|
||||
# undef aprintf
|
||||
# undef vaprintf
|
||||
|
Loading…
Reference in New Issue
Block a user