git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
828ea97
)
ctype.c only wants git-compat-util.h
author
Namhyung Kim
<redacted>
Fri, 10 Feb 2012 02:13:30 +0000
(11:13 +0900)
committer
Junio C Hamano
<redacted>
Fri, 10 Feb 2012 20:53:55 +0000
(12:53 -0800)
The implementation of sane ctype macros only depends on symbols in
git-compat-util.h not cache.h
Signed-off-by: Namhyung Kim <redacted>
Signed-off-by: Junio C Hamano <redacted>
ctype.c
patch
|
blob
|
history
diff --git
a/ctype.c
b/ctype.c
index b5d856fd26bd892a5f18202b054fc53e7c953429..af722f957fa5a1899dc906196d9b0372acab946d 100644
(file)
--- a/
ctype.c
+++ b/
ctype.c
@@
-3,7
+3,7
@@
*
* No surprises, and works with signed and unsigned chars.
*/
-#include "
cache
.h"
+#include "
git-compat-util
.h"
enum {
S = GIT_SPACE,
git clone https://git.99rst.org/PROJECT