diff options
author | Davide Libenzi <davidel@xmailserver.org> | 2006-04-03 18:47:55 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-04 00:11:09 -0700 |
commit | ca557afff9f7dad7a8739cd193ac0730d872e282 (patch) | |
tree | a5280cb50743f26130e9dabcea0fc7a92f8dc193 /xdiff/xutils.h | |
parent | fc9957b0052df6a8248420395bc9febd66194252 (diff) | |
download | git-ca557afff9f7dad7a8739cd193ac0730d872e282.tar.gz |
Clean-up trivially redundant diff.
Also corrects the line numbers in unified output when using
zero lines context.
Diffstat (limited to 'xdiff/xutils.h')
-rw-r--r-- | xdiff/xutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xdiff/xutils.h b/xdiff/xutils.h index 55b0d39f49..ea38ee903f 100644 --- a/xdiff/xutils.h +++ b/xdiff/xutils.h @@ -24,6 +24,7 @@ #define XUTILS_H +long xdl_bogosqrt(long n); int xdl_emit_diffrec(char const *rec, long size, char const *pre, long psize, xdemitcb_t *ecb); int xdl_cha_init(chastore_t *cha, long isize, long icount); |