mercurial/bdiff.c
changeset 2468 1ac0574f1768
parent 1978 10606ee61107
child 2483 5583d5ef257e
equal deleted inserted replaced
2467:4e78dc71d946 2468:1ac0574f1768
     8 
     8 
     9  Based roughly on Python difflib
     9  Based roughly on Python difflib
    10 */
    10 */
    11 
    11 
    12 #include <Python.h>
    12 #include <Python.h>
       
    13 #include <stdint.h>
    13 #include <stdlib.h>
    14 #include <stdlib.h>
    14 #include <string.h>
    15 #include <string.h>
    15 
    16 
    16 #ifdef __hpux
    17 #ifdef __hpux
    17 #define inline
    18 #define inline