From 4272a0b0fc49a1ac0ceab5c4a365c9f6ab8bf8e2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 29 Jan 2018 00:58:59 +0100 Subject: curl_ctype: private is*() type macros and functions ... since the libc provided one are locale dependent in a way we don't want. Also, the "native" isalnum() (for example) works differently on different platforms which caused test 1307 failures on macos only. Closes #2269 --- src/Makefile.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.inc') diff --git a/src/Makefile.inc b/src/Makefile.inc index 45b4967f6..d3c7c2bbf 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -12,13 +12,15 @@ CURLX_CFILES = \ ../lib/strtoofft.c \ ../lib/nonblock.c \ - ../lib/warnless.c + ../lib/warnless.c \ + ../lib/curl_ctype.c CURLX_HFILES = \ ../lib/curl_setup.h \ ../lib/strtoofft.h \ ../lib/nonblock.h \ - ../lib/warnless.h + ../lib/warnless.h \ + ../lib/curl_ctype.h CURL_CFILES = \ slist_wc.c \ -- cgit v1.2.3