Fix for OpenBSD, and potential fix for Solaris/x86.

This commit is contained in:
briano%netscape.com 1999-06-24 03:49:33 +00:00
Родитель 582ad47b3f
Коммит 7d4256d61b
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -22,7 +22,8 @@
// Remember that these 'words' are 32bit DWORDS
#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) || defined(NTO) || defined(__BEOS__)
#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \
defined(__bsdi__) || defined(NTO) || defined(__BEOS__) || defined(__sun__)
static PRUint32
invoke_count_words(PRUint32 paramCount, nsXPTCVariant* s)