From cd076f1ea851fc823c4e67a04497f025f775e4e4 Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Wed, 2 Jun 1999 02:35:00 +0000 Subject: [PATCH] platform check contributed by Bert Driehuis git-svn-id: svn://10.0.0.236/trunk@33400 18797224-902f-48f8-a5cc-f745e15eee43 --- .../reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp b/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp index 8ec6cba58e0..7b673a87f98 100644 --- a/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp +++ b/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp @@ -22,7 +22,7 @@ // Remember that these 'words' are 32bit DWORDS -#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__) +#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) static PRUint32 invoke_count_words(PRUint32 paramCount, nsXPTCVariant* s)