Unlocalized isspace and friends

Do our own ctype.h, just to get the sane semantics: we want
locale-independence, _and_ we want the right signed behaviour. Plus we
only use a very small subset of ctype.h anyway (isspace, isalpha,
isdigit and isalnum).

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Linus Torvalds
2005-10-13 11:03:18 -07:00
committed by Junio C Hamano
parent d402d5566f
commit 4546738b58
16 changed files with 51 additions and 14 deletions

View File

@ -1,4 +1,3 @@
#include <ctype.h>
#include "tag.h"
#include "commit.h"
#include "cache.h"