summaryrefslogtreecommitdiff
path: root/lib/error.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-01-13 16:51:48 +0100
committerBruno Haible <bruno@clisp.org>2008-01-13 16:51:48 +0100
commit15834b98efed40c82ee182c367b636e1769cb62a (patch)
treeb3ac8e073bc07c82e8254983f6e5b41cfb0b02b0 /lib/error.h
parentcba4b79039a1b852ce10a7b2be95e6e8d00ffea0 (diff)
downloadgnulib-15834b98efed40c82ee182c367b636e1769cb62a.tar.gz
Don't redefine __attribute__ without a need.
Diffstat (limited to 'lib/error.h')
-rw-r--r--lib/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/error.h b/lib/error.h
index 8c215a7fd3..6d49681146 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -1,5 +1,5 @@
/* Declaration for error-reporting function
- Copyright (C) 1995, 1996, 1997, 2003, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 2003, 2006, 2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software: you can redistribute it and/or modify
@@ -20,7 +20,7 @@
#ifndef __attribute__
/* This feature is available in gcc versions 2.5 and later. */
-# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
# define __attribute__(Spec) /* empty */
# endif
/* The __-protected variants of `format' and `printf' attributes