comparison mercurial/cext/revlog.c @ 33758:0f4ac3b6dee4

cext: factor out header for charencode.c This merges a part of util.h with the header which should exist for charencode.c.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 21 May 2017 14:23:22 +0900
parents f501322512b6
children ce26a13869fb
comparison
equal deleted inserted replaced
33757:e9996bd7203f 33758:0f4ac3b6dee4
11 #include <assert.h> 11 #include <assert.h>
12 #include <ctype.h> 12 #include <ctype.h>
13 #include <stddef.h> 13 #include <stddef.h>
14 #include <string.h> 14 #include <string.h>
15 15
16 #include "charencode.h"
16 #include "util.h" 17 #include "util.h"
17 #include "bitmanipulation.h" 18 #include "bitmanipulation.h"
18 19
19 #ifdef IS_PY3K 20 #ifdef IS_PY3K
20 /* The mapping of Python types is meant to be temporary to get Python 21 /* The mapping of Python types is meant to be temporary to get Python