From 80ec832b95d5e6f96f8777e6996ddb475087fa06 Mon Sep 17 00:00:00 2001 From: "scc%netscape.com" Date: Mon, 15 May 2000 12:57:21 +0000 Subject: [PATCH] patch from Joerg Brunsmann to fix bug #39268. r=scc --- xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h b/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h index 0a7cb2f81c9..ac4022f2772 100644 --- a/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h +++ b/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h @@ -59,7 +59,7 @@ #include #if __FreeBSD_version >= 400015 #define CFRONT_STYLE_THIS_ADJUST -#elif __FreeBSD_version == 340000 +#elif (__FreeBSD_version == 340000) && (__GNUC__ == 2) && (__GNUC_MINOR__ == 7) /* "FreeBSD 3.4 ships with gcc version 2.7.2.3" -- * Joerg Brunsmann */