dir.c: make git_fnmatch() not inline
authorCharles Bailey <cbailey32@bloomberg.net>
Sat, 29 Mar 2014 15:39:00 +0000 (15:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2014 18:50:15 +0000 (11:50 -0700)
Now that it calls a static inline function, it cannot be an inline
definition with external linkage. Remove inline and make it an
external definition.

Signed-off-by: Charles Bailey <cbailey32@bloomberg.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found