aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conf_post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_post.h b/src/conf_post.h
index c05c93b8190..5e1d8457deb 100644
--- a/src/conf_post.h
+++ b/src/conf_post.h
@@ -263,7 +263,7 @@ extern int emacs_setenv_TZ (char const *);
263#define ATTRIBUTE_CONST _GL_ATTRIBUTE_CONST 263#define ATTRIBUTE_CONST _GL_ATTRIBUTE_CONST
264#define ATTRIBUTE_UNUSED _GL_UNUSED 264#define ATTRIBUTE_UNUSED _GL_UNUSED
265 265
266#if GNUC_PREREQ (3, 3, 0) 266#if GNUC_PREREQ (3, 3, 0) && !defined __ICC
267# define ATTRIBUTE_MAY_ALIAS __attribute__ ((__may_alias__)) 267# define ATTRIBUTE_MAY_ALIAS __attribute__ ((__may_alias__))
268#else 268#else
269# define ATTRIBUTE_MAY_ALIAS 269# define ATTRIBUTE_MAY_ALIAS