From: Frank Li Date: Wed, 16 Sep 2009 08:20:19 +0000 (+0200) Subject: Change regerror() declaration from K&R style to ANSI C (C89) X-Git-Tag: v1.6.5-rc2~23 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3f83bf3784d49e162532212230a271a8cc8edbf0?hp=3f83bf3784d49e162532212230a271a8cc8edbf0 Change regerror() declaration from K&R style to ANSI C (C89) The MSVC headers typedef errcode as int, and thus confused the compiler in the K&R style definition. ANSI style deconfuses it. Signed-off-by: Frank Li Signed-off-by: Marius Storm-Olsen Acked-by: Johannes Sixt Signed-off-by: Junio C Hamano ---