#44426, fix FreeBSD > 2.5, a=brendan

This commit is contained in:
shaver%mozilla.org 2000-09-12 19:57:02 +00:00
parent dbc332fee0
commit db75ac4221

View File

@ -72,7 +72,13 @@
#define THUNK_BASED_THIS_ADJUST
#elif defined(__OpenBSD__)
/* OpenBSD instroduces GCC 2.95.x in late May 1999 */
#include <sys/param.h>
#if OpenBSD <= 199905
#define THUNK_BASED_THIS_ADJUST
#else
#define CFRONT_STYLE_THIS_ADJUST
#endif
#elif defined(__bsdi__)
#include <sys/param.h>