зеркало из https://github.com/mozilla/gecko-dev.git
Remove Solaris hack now that it's been upstreamed. b=538216, rs=ted
This commit is contained in:
Родитель
2447c769ca
Коммит
b12be99140
|
@ -43,18 +43,6 @@
|
||||||
#include "Module.h"
|
#include "Module.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "prlink.h"
|
#include "prlink.h"
|
||||||
|
|
||||||
// Define __i386__ and __x86_64__ as appropriate for the Sun Pro compiler,
|
|
||||||
// before #including ffi.h. (libffi itself is built with gcc on Solaris.)
|
|
||||||
#if defined(__SUNPRO_C) || defined(__SUNPRO_CC)
|
|
||||||
#ifdef __i386
|
|
||||||
#define __i386__
|
|
||||||
#endif
|
|
||||||
#ifdef __x86_64
|
|
||||||
#define __x86_64__
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "ffi.h"
|
#include "ffi.h"
|
||||||
|
|
||||||
namespace mozilla {
|
namespace mozilla {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче