mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[build] Ensure va_copy def comes after HAVE_VA_COPY
and HAVE__VA_COPY as well. Fixes clang's complaint about va_copy being redefined.
This commit is contained in:
parent
d8a7706e58
commit
1d1a59ac94
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ AC_CHECK_FUNCS(
|
|||
|
||||
AC_FUNC_VA_COPY
|
||||
AC_FUNC__VA_COPY
|
||||
AH_VERBATIM([DEFINE_VA_COPY],
|
||||
AH_VERBATIM([HAVE__VA_COPY_],
|
||||
[#ifndef HAVE_VA_COPY
|
||||
# ifdef HAVE__VA_COPY
|
||||
# define va_copy(d,s) __va_copy ((d), (s))
|
||||
|
|
Loading…
Reference in a new issue