projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fafc03
)
Use __STDC_VERSION__ not __STDC_VERSION.
author
drepper
<drepper>
Mon, 4 Nov 2002 09:35:08 +0000
(09:35 +0000)
committer
drepper
<drepper>
Mon, 4 Nov 2002 09:35:08 +0000
(09:35 +0000)
include/features.h
patch
|
blob
|
history
diff --git
a/include/features.h
b/include/features.h
index
366fcc5
..
5e39b7f
100644
(file)
--- a/
include/features.h
+++ b/
include/features.h
@@
-281,7
+281,7
@@
#if defined __GNUC__ \
|| (defined __PGI && defined __i386__ ) \
|| (defined __INTEL_COMPILER && (defined __i386__ || defined __ia64__)) \
- || (defined __STDC_VERSION
&& __STDC_VERSION
>= 199901L)
+ || (defined __STDC_VERSION
__ && __STDC_VERSION__
>= 199901L)
# define __GLIBC_HAVE_LONG_LONG 1
#endif