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:
272d31a
)
2002-07-30 Roland McGrath <roland@redhat.com>
author
roland
<roland>
Fri, 2 Aug 2002 03:31:02 +0000
(
03:31
+0000)
committer
roland
<roland>
Fri, 2 Aug 2002 03:31:02 +0000
(
03:31
+0000)
* intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
intl/loadmsgcat.c
patch
|
blob
|
history
diff --git
a/intl/loadmsgcat.c
b/intl/loadmsgcat.c
index
ec7891f
..
19a3e9b
100644
(file)
--- a/
intl/loadmsgcat.c
+++ b/
intl/loadmsgcat.c
@@
-35,6
+35,7
@@
#include <sys/stat.h>
#ifdef __GNUC__
+# undef alloca
# define alloca __builtin_alloca
# define HAVE_ALLOCA 1
#else