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
parent7b426e9f4aad14d48c08614301d7e77839f1f6c2 (diff)
* alloca-conf.h: Clarify comment.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/alloca-conf.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index eda9aaddf..6e016e647 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-18 Alan Modra <amodra@bigpond.net.au>
+
+ * alloca-conf.h: Clarify comment.
+
2009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
Add DWARF attribute value for the "Borland fastcall" calling
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