From c213f005cd02dfb78035559fa519cfc4666feec3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 15 Dec 2011 11:10:23 -0800 Subject: [PATCH] alloca: protect comment from gnulib-tool * lib/alloca.c: Change "GCC version 2" to "GCC 2" in comment, so that gnulib-tool doesn't think it's a license, and munge it to say "GCC version 3". --- ChangeLog | 7 +++++++ lib/alloca.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 78c7bb783..58146e44a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-12-15 Paul Eggert + + alloca: protect comment from gnulib-tool + * lib/alloca.c: Change "GCC version 2" to "GCC 2" in comment, so + that gnulib-tool doesn't think it's a license, and munge it to + say "GCC version 3". + 2011-12-15 Ludovic Courtès (tiny change) localcharset: Use an absolute path in TESTS_ENVIRONMENT. diff --git a/lib/alloca.c b/lib/alloca.c index c7e91ab93..ee0f01886 100644 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -475,4 +475,4 @@ i00afunc (long address) # endif /* CRAY */ # endif /* no alloca */ -#endif /* not GCC version 2 */ +#endif /* not GCC 2 */ -- 2.11.0