bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] alloca: protect comment from gnulib-tool


From: Paul Eggert
Subject: [PATCH] alloca: protect comment from gnulib-tool
Date: Thu, 15 Dec 2011 11:12:51 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0

I pushed this trivial workaround:

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/lib/alloca.c b/lib/alloca.c
index c7e91ab..ee0f018 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 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]