From: Junio C Hamano Date: Thu, 3 Jan 2013 18:14:05 +0000 (-0800) Subject: Merge branch 'jc/maint-fnmatch-old-style-definition' X-Git-Tag: v1.8.2-rc0~201 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cd46f2e59de2df74844c9c594bfbfcdea24acd23?ds=inline;hp=--cc Merge branch 'jc/maint-fnmatch-old-style-definition' Update old-style function definition "int foo(bar) int bar; {}" to "int foo(int bar) {}". * jc/maint-fnmatch-old-style-definition: compat/fnmatch: update old-style definition to ANSI --- cd46f2e59de2df74844c9c594bfbfcdea24acd23