]> git.ipfire.org Git - thirdparty/curl.git/commit
tidy-up: move `CURL_UNCONST()` out from macro `curl_unicodefree()`
authorViktor Szakats <commit@vsz.me>
Wed, 19 Nov 2025 12:30:25 +0000 (13:30 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 19 Nov 2025 14:48:21 +0000 (15:48 +0100)
commit47b8e1dbd3ad27d246409402081dcd554d4e13d7
tree05a7c5a5537943c9ce76d418d4f2cafbec122cca
parentb0d23b901fd9dbc2eeef4e1048a53431a03f358b
tidy-up: move `CURL_UNCONST()` out from macro `curl_unicodefree()`

To stop applying it where not needed (most uses) and make it visible
where it's actually used (5 uses).

Follow-up to f4e23950c7b1c389cf0dde8b91353d85b8361b64 #16142

Closes #19606
lib/curlx/multibyte.h
src/tool_getparam.c
src/tool_operate.c