compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop
commit0bdaacf66fccaebb93726d47c8bec325ec3f3b76
authorRandall S. Becker <randall.becker@nexbridge.ca>
Thu, 3 Jan 2019 21:03:51 +0000 (3 16:03 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Jan 2019 22:16:20 +0000 (3 14:16 -0800)
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 <rsbecker@nexbridge.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/regex/regcomp.c