summaryrefslogtreecommitdiff
path: root/include/alloca-conf.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-11-18 11:57:44 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-11-18 11:57:44 +0000
commit4340afa80c6abdce27906283234cb4ddbb1d5143 (patch)
tree23b040a4f042aeb528f4a7514f02bd042102ea37 /include/alloca-conf.h
parent82a33812046e9b5537d7eae8abd45b9ff1a7fd5c (diff)
downloadbinutils-redhat-4340afa80c6abdce27906283234cb4ddbb1d5143.tar.gz
* alloca-conf.h: Clarify comment.
Diffstat (limited to 'include/alloca-conf.h')
-rw-r--r--include/alloca-conf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/alloca-conf.h b/include/alloca-conf.h
index 9ba77953d8..628a5987e7 100644
--- a/include/alloca-conf.h
+++ b/include/alloca-conf.h
@@ -15,7 +15,8 @@
# if defined _AIX
/* Indented so that pre-ansi C compilers will ignore it, rather than
choke on it. Some versions of AIX require this to be the first
- thing in the file except for comments and preprocessor directives. */
+ thing seen by the compiler except for comments and preprocessor
+ directives. */
#pragma alloca
# else
# if defined _MSC_VER && !defined C_ALLOCA