summaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-09-05 12:15:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-09-06 08:36:33 +0200
commitf65f750742068f579f4ee6d8539ed9d5f0afcb85 (patch)
tree5b10cff13f4d661b5a3f5c6d50c01a905e6e9b3f /lib/Makefile.inc
parent6f9fb7ec2d7cb389a0da5a1d0617ce592115a6a8 (diff)
downloadcurl-f65f750742068f579f4ee6d8539ed9d5f0afcb85.tar.gz
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
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r--lib/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index 9bd8e324b..af47fe6a2 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -110,7 +110,6 @@ LIB_CFILES = \
content_encoding.c \
cookie.c \
curl_addrinfo.c \
- curl_ctype.c \
curl_des.c \
curl_endian.c \
curl_fnmatch.c \