compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop
authorRandall S. Becker <redacted>
Thu, 3 Jan 2019 21:03:51 +0000 (16:03 -0500)
committerJunio C Hamano <redacted>
Thu, 3 Jan 2019 22:16:20 +0000 (14:16 -0800)
commit0bdaacf66fccaebb93726d47c8bec325ec3f3b76
tree2a4d65b7e8f5c05c7bb6f3059992c9e1c2bc5a6a
parent1305ef3784c2ae9e0377ee1a8ee8ba546c7e3032
compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop

The system definition header files on HPE NonStop do not define
intptr_t and uintptr_t as do other platforms. These typedefs
are added specifically wrapped in a __TANDEM ifdef.

Signed-off-by: Randall S. Becker <redacted>
Signed-off-by: Junio C Hamano <redacted>
compat/regex/regcomp.c
git clone https://git.99rst.org/PROJECT