alloca: protect comment from gnulib-tool
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Dec 2011 19:10:23 +0000 (11:10 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Dec 2011 19:11:21 +0000 (11:11 -0800)
* 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
lib/alloca.c

index 78c7bb7..58146e4 100644 (file)
--- 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.
index c7e91ab..ee0f018 100644 (file)
@@ -475,4 +475,4 @@ i00afunc (long address)
 #  endif /* CRAY */
 
 # endif /* no alloca */
-#endif /* not GCC version 2 */
+#endif /* not GCC 2 */