Bugzilla bug #14603: simple fix for OpenVMS contributed by Colin Blake

<colin@theblakes.com>.
This commit is contained in:
wtc%netscape.com 1999-09-24 01:55:12 +00:00
Родитель 30c6dcea98
Коммит 4f7306b578
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ typedef PRIntn intn;
#include <support/SupportDefs.h>
#elif VMS
#elif defined(VMS)
/*
* OpenVMS already defines the integer types below in its standard
* header files ints.h and types.h.