mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
2b54817f14
of what is changed in 1.6b, checkout the release notes at: http://www.mozilla.org/releases/mozilla1.6b/
13 lines
467 B
C
13 lines
467 B
C
--- nsprpub/pr/src/io/prprf.c Wed Feb 26 15:53:42 2003
|
|
+++ nsprpub/pr/src/io/prprf.c Thu Oct 16 22:50:40 2003
|
|
@@ -52,5 +52,8 @@
|
|
** and requires array notation.
|
|
*/
|
|
-#if (defined(LINUX) && defined(__powerpc__)) || \
|
|
+#if defined(__amd64__)
|
|
+#include <stdarg.h>
|
|
+#define VARARGS_ASSIGN(foo, bar) va_copy((foo), (bar))
|
|
+#elif (defined(LINUX) && defined(__powerpc__)) || \
|
|
(defined(LINUX) && defined(__s390__)) || \
|
|
(defined(LINUX) && defined(__s390x__)) || \
|