summaryrefslogtreecommitdiff
path: root/lib/alloca.c
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 /lib/alloca.c
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".
Diffstat (limited to 'lib/alloca.c')
-rw-r--r--lib/alloca.c2
1 files changed, 1 insertions, 1 deletions
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 */