Re: [PATCH 24/29] grep: move two functions to avoid forward declaration

2017-05-11 Thread Ævar Arnfjörð Bjarmason
On Thu, May 11, 2017 at 10:14 PM, Brandon Williams wrote: > On 05/11, Ævar Arnfjörð Bjarmason wrote: >> Move the is_fixed() and has_null() functions which are currently only >> used in compile_regexp() earlier so they can be used in the PCRE >> family of functions in a later change. >> >> Signed-o

Re: [PATCH 24/29] grep: move two functions to avoid forward declaration

2017-05-11 Thread Brandon Williams
On 05/11, Ævar Arnfjörð Bjarmason wrote: > Move the is_fixed() and has_null() functions which are currently only > used in compile_regexp() earlier so they can be used in the PCRE > family of functions in a later change. > > Signed-off-by: Ævar Arnfjörð Bjarmason > --- > grep.c | 46

[PATCH 24/29] grep: move two functions to avoid forward declaration

2017-05-11 Thread Ævar Arnfjörð Bjarmason
Move the is_fixed() and has_null() functions which are currently only used in compile_regexp() earlier so they can be used in the PCRE family of functions in a later change. Signed-off-by: Ævar Arnfjörð Bjarmason --- grep.c | 46 +++--- 1 file changed, 23