projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950b4ac
)
(__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt,
author
Jim Meyering
<jim@meyering.net>
Sat, 4 Aug 2001 17:52:38 +0000
(17:52 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 4 Aug 2001 17:52:38 +0000
(17:52 +0000)
to get in sync with glibc.
lib/error.h
patch
|
blob
|
history
diff --git
a/lib/error.h
b/lib/error.h
index 20f75824d615c49bce00548b2358b74e269d6297..177b2dcbe870c33e3e3cc2ae4df43536afb14395 100644
(file)
--- a/
lib/error.h
+++ b/
lib/error.h
@@
-25,7
+25,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