equal
deleted
inserted
replaced
9 Based roughly on Python difflib |
9 Based roughly on Python difflib |
10 */ |
10 */ |
11 |
11 |
12 #define PY_SSIZE_T_CLEAN |
12 #define PY_SSIZE_T_CLEAN |
13 #include <Python.h> |
13 #include <Python.h> |
|
14 #include <limits.h> |
14 #include <stdlib.h> |
15 #include <stdlib.h> |
15 #include <string.h> |
16 #include <string.h> |
16 #include <limits.h> |
|
17 |
17 |
18 #include "bdiff.h" |
18 #include "bdiff.h" |
19 #include "bitmanipulation.h" |
19 #include "bitmanipulation.h" |
20 #include "util.h" |
20 #include "util.h" |
21 |
21 |