summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-12-15 11:10:23 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-12-15 11:11:21 -0800
commitc213f005cd02dfb78035559fa519cfc4666feec3 (patch)
tree52cdf6296c7f63416e50b9e80c6d065039114fd2
parent1c4ae804869039022876937abd26809f5919403c (diff)
downloadgnulib-c213f005cd02dfb78035559fa519cfc4666feec3.tar.gz
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".
-rw-r--r--ChangeLog7
-rw-r--r--lib/alloca.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78c7bb7830..58146e44ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-12-15 Paul Eggert <eggert@cs.ucla.edu>
+
+ 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 <ludo@gnu.org> (tiny change)
localcharset: Use an absolute path in TESTS_ENVIRONMENT.
diff --git a/lib/alloca.c b/lib/alloca.c
index c7e91ab933..ee0f018868 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 */