]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_ctype: convert to macros-only
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Sep 2022 10:15:21 +0000 (12:15 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Sep 2022 06:36:33 +0000 (08:36 +0200)
commitf65f750742068f579f4ee6d8539ed9d5f0afcb85
tree5b10cff13f4d661b5a3f5c6d50c01a905e6e9b3f
parent6f9fb7ec2d7cb389a0da5a1d0617ce592115a6a8
curl_ctype: convert to macros-only

This no longer provide functions, only macros. Runs faster and produces
smaller output.

The biggest precaution this change brings:

DO NOT use post/pre-increments when passing arguments to the macros.

Closes #9429
lib/Makefile.inc
lib/curl_ctype.c [deleted file]
lib/curl_ctype.h
lib/http_chunks.c
projects/generate.bat
src/Makefile.inc
src/tool_formparse.c
tests/libtest/Makefile.inc
tests/server/Makefile.inc
winbuild/MakefileBuild.vc