diff options
author | Alan Modra <modra@gmail.com> | 2009-11-18 11:57:44 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2009-11-18 11:57:44 +0000 |
commit | f43332c0715db55d3db90e55071421cb3be04585 (patch) | |
tree | a272e65e3ecd3f390bff425e94b3a7cd32c2c1a5 /include/alloca-conf.h | |
parent | 7b426e9f4aad14d48c08614301d7e77839f1f6c2 (diff) | |
download | cygnal-f43332c0715db55d3db90e55071421cb3be04585.tar.gz cygnal-f43332c0715db55d3db90e55071421cb3be04585.tar.bz2 cygnal-f43332c0715db55d3db90e55071421cb3be04585.zip |
* alloca-conf.h: Clarify comment.
Diffstat (limited to 'include/alloca-conf.h')
-rw-r--r-- | include/alloca-conf.h | 3 |
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 |