Re: [PATCH 1/3] grep: make pcre1_tables version agnostic

2019-07-27 Thread Carlo Arenas
On Sat, Jul 27, 2019 at 4:47 PM Ævar Arnfjörð Bjarmason wrote: > > On Sat, Jul 27 2019, Carlo Marcelo Arenas Belón wrote: > > > 6d4b5747f0 ("grep: change internal *pcre* variable & function names > > to be *pcre1*", 2017-05-25), renamed most variables to be PCRE1 > > specific to give space to simi

Re: [PATCH 1/3] grep: make pcre1_tables version agnostic

2019-07-27 Thread Ævar Arnfjörð Bjarmason
On Sat, Jul 27 2019, Carlo Marcelo Arenas Belón wrote: > 6d4b5747f0 ("grep: change internal *pcre* variable & function names > to be *pcre1*", 2017-05-25), renamed most variables to be PCRE1 > specific to give space to similarly named variables for PCRE2, but > in this case the change wasn't nee

[PATCH 1/3] grep: make pcre1_tables version agnostic

2019-07-27 Thread Carlo Marcelo Arenas Belón
6d4b5747f0 ("grep: change internal *pcre* variable & function names to be *pcre1*", 2017-05-25), renamed most variables to be PCRE1 specific to give space to similarly named variables for PCRE2, but in this case the change wasn't needed as the types were compatible enough (const unsigned char* vs c