author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Tue, 17 Aug 2010 09:24:39 +0000 (09:24 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 18 Aug 2010 21:06:54 +0000 (14:06 -0700) | ||
commit | a997bf423d4baac5b2286edccd1cef897108397f | |
tree | ddea78c3d0fa422aaac324598ef3b5fe75d154bb | tree | snapshot |
parent | d18f76dccff1fc56221846926edb4542d88f60e0 | commit | diff |
compat/regex: get the gawk regex engine to compile within git
We need to define -DGAWK -DNO_MBSUPPORT so that the gawk regex engine
will compile, and include stdio.h and stddef.h in regex.h. Gawk itself
includes these headers before it includes the regex.h header.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
We need to define -DGAWK -DNO_MBSUPPORT so that the gawk regex engine
will compile, and include stdio.h and stddef.h in regex.h. Gawk itself
includes these headers before it includes the regex.h header.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
compat/regex/regex.h | diff | blob | history |