mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
#44426, fix FreeBSD > 2.5, a=brendan
This commit is contained in:
parent
dbc332fee0
commit
db75ac4221
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user