Fix GC_VSNPRINTF in cordprnt for DJGPP and MS VC for WinCE
authorIvan Maidanski <ivmai@mail.ru>
Fri, 7 Sep 2018 18:21:01 +0000 (21:21 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 7 Sep 2018 18:21:01 +0000 (21:21 +0300)
commitcac8158cff50e8ae4475eb24446f32192d59495c
tree0d6d2deacdffe2cd10fe825264f85219d52b776b
parent583883ffa5d75028f4686dba655e97a5f76519fc
Fix GC_VSNPRINTF in cordprnt for DJGPP and MS VC for WinCE
(fix of commit c10a1d900)

GC-internal DJGPP and MSWINCE macros are not available in cord.

* cord/cordprnt.c (GC_VSNPRINTF): Test __DJGPP__ instead of DJGPP macro.
* cord/cordprnt.c [_MSC_VER] (GC_VSNPRINTF): Test _WIN32_WCE instead
of MSWINCE macro.
cord/cordprnt.c