Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2009-11-18 14:57:44 +0300
committerAlan Modra <modra@gmail.com>2009-11-18 14:57:44 +0300
commitf43332c0715db55d3db90e55071421cb3be04585 (patch)
treea272e65e3ecd3f390bff425e94b3a7cd32c2c1a5 /include/alloca-conf.h
parent7b426e9f4aad14d48c08614301d7e77839f1f6c2 (diff)
* 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 9ba77953d..628a5987e 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