Mercurial > hg
comparison mercurial/bdiff.c @ 2468:1ac0574f1768
mac os x: fixes for 10.2 from chris monson <monpublic@gmail.com>
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Tue, 20 Jun 2006 17:51:39 -0700 |
parents | 10606ee61107 |
children | 5583d5ef257e |
comparison
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 |