Merge branch 'jc/maint-fnmatch-old-style-definition'
commitcd46f2e59de2df74844c9c594bfbfcdea24acd23
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 Jan 2013 18:14:05 +0000 (3 10:14 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Jan 2013 18:14:05 +0000 (3 10:14 -0800)
treeddeb349e87792ae9ce3e584dd5a8166b72332ebe
parent298caa7e9e2a813e6d80cf77c64f87ae04c731ff
parent38104ca6b98180efc6bdb6a56c1fcc3910e29d68
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