]> git.ipfire.org Git - thirdparty/git.git/commit - grep.c
grep: move is_fixed() earlier to avoid forward declaration
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 25 May 2017 19:45:30 +0000 (19:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 May 2017 03:52:37 +0000 (12:52 +0900)
commit543f1c0cb059ca41e23ee1ee1c12f812b135b01e
tree3ae4d641ed5b52f7694672b861e32bdc54ab28fd
parent6d4b5747f06754efd467d3dde32367f27615fa7b
grep: move is_fixed() earlier to avoid forward declaration

Move the is_fixed() function which are currently only used in
compile_regexp() earlier so it can be used in the PCRE family of
functions in a later change.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
grep.c