From: Ævar Arnfjörð Bjarmason Date: Thu, 25 May 2017 19:45:30 +0000 (+0000) Subject: grep: move is_fixed() earlier to avoid forward declaration X-Git-Tag: v2.14.0-rc0~124^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/543f1c0cb059ca41e23ee1ee1c12f812b135b01e?ds=inline;hp=543f1c0cb059ca41e23ee1ee1c12f812b135b01e 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 Signed-off-by: Junio C Hamano ---