1 | Index: js/src/jsprf.c |
---|
2 | =================================================================== |
---|
3 | RCS file: /v/rpm/cvs/js/src/jsprf.c,v |
---|
4 | retrieving revision 1.1.1.1 |
---|
5 | retrieving revision 1.1.1.1.2.2 |
---|
6 | diff -u -r1.1.1.1 -r1.1.1.1.2.2 |
---|
7 | --- js/src/jsprf.c 20 Apr 2009 18:27:13 -0000 1.1.1.1 |
---|
8 | +++ js/src/jsprf.c 24 Jul 2009 11:18:57 -0000 1.1.1.1.2.2 |
---|
9 | @@ -57,7 +57,7 @@ |
---|
10 | ** and requires array notation. |
---|
11 | */ |
---|
12 | #ifdef HAVE_VA_COPY |
---|
13 | -#define VARARGS_ASSIGN(foo, bar) VA_COPY(foo,bar) |
---|
14 | +#define VARARGS_ASSIGN(foo, bar) va_copy(foo,bar) |
---|
15 | #elif defined(HAVE_VA_LIST_AS_ARRAY) |
---|
16 | #define VARARGS_ASSIGN(foo, bar) foo[0] = bar[0] |
---|
17 | #else |
---|