compat/regex: get the gawk regex engine to compile within git
authorÆvar Arnfjörð Bjarmason <redacted>
Tue, 17 Aug 2010 09:24:39 +0000 (09:24 +0000)
committerJunio C Hamano <redacted>
Wed, 18 Aug 2010 21:06:54 +0000 (14:06 -0700)
commita997bf423d4baac5b2286edccd1cef897108397f
treeddea78c3d0fa422aaac324598ef3b5fe75d154bb
parentd18f76dccff1fc56221846926edb4542d88f60e0
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 <redacted>
Acked-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
compat/regex/regex.h
git clone https://git.99rst.org/PROJECT