summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-01-19 12:17:35 +0100
committerSimon Josefsson <simon@josefsson.org>2008-01-19 12:17:35 +0100
commit436934ddefdcedcc2c86cbb72e585498953889de (patch)
tree6d03193dfcf729a4e0da2f8d1bf4f3805e29ca01 /gl
parent55ea8291ea5c9c0c55a2125525085ec5aec8c1ac (diff)
downloadgnutls-436934ddefdcedcc2c86cbb72e585498953889de.tar.gz
Update gnulib files.
Diffstat (limited to 'gl')
-rw-r--r--gl/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/error.h b/gl/error.h
index 8c215a7fd3..6d49681146 100644
--- a/gl/error.h
+++ b/gl/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