зеркало из https://github.com/mozilla/gecko-dev.git
NetBSD/PowerPC port. Checkin for kei_sun@ba2.so-net.ne.jp
This commit is contained in:
Родитель
f5547d6b40
Коммит
9353cd5d33
|
@ -35,7 +35,8 @@
|
|||
** Note: on some platforms va_list is defined as an array,
|
||||
** and requires array notation.
|
||||
*/
|
||||
#if (defined(LINUX) && defined(__powerpc__)) || defined(WIN16) || defined(QNX)
|
||||
#if (defined(LINUX) && defined(__powerpc__)) || defined(WIN16) || \
|
||||
defined(QNX) || (defined(__NetBSD__) && defined(__powerpc__))
|
||||
#define VARARGS_ASSIGN(foo, bar) foo[0] = bar[0]
|
||||
#else
|
||||
#define VARARGS_ASSIGN(foo, bar) (foo) = (bar)
|
||||
|
|
Загрузка…
Ссылка в новой задаче