compat/regex: get rid of old-style definition
commit178b33157aba98e34f641408105be54f42cbe5bc
authorJunio C Hamano <gitster@pobox.com>
Thu, 19 Aug 2010 22:31:30 +0000 (19 15:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Aug 2010 22:46:06 +0000 (19 15:46 -0700)
treea74049b538f8783e7ecc219eaa7b9792b267156f
parentb50f37098fcf7efb097c01daa3d60df8b9704025
compat/regex: get rid of old-style definition

These files mostly used ANSI style function definitions, but with small
number of old-style ones.  Convert them to consistently use ANSI style.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/regex/regcomp.c
compat/regex/regexec.c