mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
damn, had it right the first time
This commit is contained in:
parent
5cc9bce4d8
commit
e8d8ac8f23
1 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ AC_TRY_COMPILE(
|
|||
AH_VERBATIM([HAVE___ATTRIBUTE__],
|
||||
[/* Define this if the GCC __attribute__ keyword is available */
|
||||
#undef HAVE___ATTRIBUTE__
|
||||
#ifdef HAVE___ATTRIBUTE__
|
||||
#ifndef HAVE___ATTRIBUTE__
|
||||
# define __attribute__(x)
|
||||
#endif])
|
||||
|
||||
|
@ -213,7 +213,7 @@ AC_TRY_COMPILE(
|
|||
AH_VERBATIM([HAVE___BUILTIN_EXPECT],
|
||||
[/* Define this if the GCC __builtin_expect keyword is available */
|
||||
#undef HAVE___BUILTIN_EXPECT
|
||||
#ifdef HAVE___BUILTIN_EXPECT
|
||||
#ifndef HAVE___BUILTIN_EXPECT
|
||||
# define __builtin_expect(x,c) x
|
||||
#endif])
|
||||
|
||||
|
|
Loading…
Reference in a new issue