# HG changeset patch # User Paul Eggert # Date 1323976223 28800 # Node ID be4eea839ea671e2f39de16b0f661c2e237033a0 # Parent 2cfd1ad7950006aadd3b1eb2293a7df4fb1a3c55 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". diff --git a/ChangeLog b/ChangeLog --- 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 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -475,4 +475,4 @@ # endif /* CRAY */ # endif /* no alloca */ -#endif /* not GCC version 2 */ +#endif /* not GCC 2 */