git-commit-vandalism/compat/regex
Ævar Arnfjörð Bjarmason b50f37098f compat/regex: define out variables only used under RE_ENABLE_I18N
Wrap variables that were only used RE_ENABLE_I18N in `#ifdef
RE_ENABLE_I18N`. This eliminates compiler warnings when compiling with
NO_REGEX=YesPlease.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-08-19 13:00:44 -07:00
..
regcomp.c Change regerror() declaration from K&R style to ANSI C (C89) 2010-08-18 14:06:54 -07:00
regex_internal.c compat/regex: define out variables only used under RE_ENABLE_I18N 2010-08-19 13:00:44 -07:00
regex_internal.h compat/regex: use the regex engine from gawk for compat 2010-08-18 14:06:48 -07:00
regex.c compat/regex: use the regex engine from gawk for compat 2010-08-18 14:06:48 -07:00
regex.h compat/regex: get the gawk regex engine to compile within git 2010-08-18 14:06:54 -07:00
regexec.c compat/regex: define out variables only used under RE_ENABLE_I18N 2010-08-19 13:00:44 -07:00