changeset 16167:be4eea839ea6

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".
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 15 Dec 2011 11:10:23 -0800
parents 2cfd1ad79500
children 5b10a18ee23a
files ChangeLog lib/alloca.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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 */