mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
libcpp: Fix ATTR_LIKELY definition PR preprocessor/103355
Fix the definition of ATTR_LIKELY when __has_cpp_attribute is not defined, as it is the case with old compilers such as gcc-4.8.5. libcpp/: PR preprocessor/103355 * system.h (ATTR_LIKELY): Fix definition.
This commit is contained in:
@@ -430,6 +430,8 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
|
||||
# else
|
||||
# define ATTR_LIKELY
|
||||
# endif
|
||||
#else
|
||||
# define ATTR_LIKELY
|
||||
#endif
|
||||
|
||||
/* Poison identifiers we do not want to use. */
|
||||
|
||||
Reference in New Issue
Block a user