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 78c7bb7830a31ce0d4e6613d8b46d47f1f8602d5..58146e44aba73b289208341a97636556303cc49e 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 c7e91ab9336cf44d589d13a077d120518c9ce6e2..ee0f01886826ad9dcba250aad66fe7bc25c06213 100644 (file)
@@ -475,4 +475,4 @@ i00afunc (long address)
 #  endif /* CRAY */
 
 # endif /* no alloca */
-#endif /* not GCC version 2 */
+#endif /* not GCC 2 */