mercurial/parsers.c
changeset 29444 284d742e5611
parent 28792 507136150d2b
child 30090 8abe9264c73a
equal deleted inserted replaced
29443:cf092a3d202a 29444:284d742e5611
    11 #include <ctype.h>
    11 #include <ctype.h>
    12 #include <stddef.h>
    12 #include <stddef.h>
    13 #include <string.h>
    13 #include <string.h>
    14 
    14 
    15 #include "util.h"
    15 #include "util.h"
       
    16 #include "bitmanipulation.h"
    16 
    17 
    17 static char *versionerrortext = "Python minor version mismatch";
    18 static char *versionerrortext = "Python minor version mismatch";
    18 
    19 
    19 static int8_t hextable[256] = {
    20 static int8_t hextable[256] = {
    20 	-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
    21 	-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,