Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gettext/lib avoid twists with alloca.



details:   https://anonhg.NetBSD.org/src/rev/38715f56b599
branches:  trunk
changeset: 500365:38715f56b599
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Dec 11 00:23:00 2000 +0000

description:
avoid twists with alloca.

diffstat:

 gnu/dist/gettext/lib/system.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 44e55292ff42 -r 38715f56b599 gnu/dist/gettext/lib/system.h
--- a/gnu/dist/gettext/lib/system.h     Mon Dec 11 00:07:48 2000 +0000
+++ b/gnu/dist/gettext/lib/system.h     Mon Dec 11 00:23:00 2000 +0000
@@ -76,6 +76,7 @@
 # endif
 #endif
 
+#if 0
 #ifdef __GNUC__
 # ifndef alloca
 #  define alloca __builtin_alloca
@@ -101,6 +102,7 @@
 #  endif
 # endif
 #endif
+#endif
 
 /* Before we define the following symbols we get the <limits.h> file if
    available since otherwise we get redefinitions on some systems.  */



Home | Main Index | Thread Index | Old Index