Remove all void-pointer arithmetic.
authorFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 15:18:09 +0000 (17:18 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Jun 2006 08:59:46 +0000 (01:59 -0700)
ANSI C99 doesn't allow void-pointer arithmetic. This patch fixes this in
various ways. Usually the strategy that required the least changes was used.

Signed-off-by: Florian Forster <octo@verplant.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found