]> git.ipfire.org Git - thirdparty/git.git/commit - grep.h
grep: change internal *pcre* variable & function names to be *pcre1*
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 25 May 2017 19:45:29 +0000 (19:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 May 2017 03:52:37 +0000 (12:52 +0900)
commit6d4b5747f06754efd467d3dde32367f27615fa7b
tree9ec40c46e01a558ec53a5052faa1acaa0523537c
parent3485bea1578986eab80ff1d4fa480d8d1aa224fe
grep: change internal *pcre* variable & function names to be *pcre1*

Change the internal PCRE variable & function names to have a "1"
suffix. This is for preparation for libpcre2 support, where having
non-versioned names would be confusing.

An earlier change in this series ("grep: change the internal PCRE
macro names to be PCRE1", 2017-04-07) elaborates on the motivations
behind this change.

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