diff options
author | Alan Modra <amodra@gmail.com> | 2009-11-18 11:57:44 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-11-18 11:57:44 +0000 |
commit | 3cb4feec44a041e2fd00963eac7bb550344485b1 (patch) | |
tree | 82ab237bd4d5a48383cf5fc6b330a0de4f864b33 /include/alloca-conf.h | |
parent | 5dd85c99706566de293156c56d8c72b2c69e9cdb (diff) | |
download | gdb-3cb4feec44a041e2fd00963eac7bb550344485b1.zip gdb-3cb4feec44a041e2fd00963eac7bb550344485b1.tar.gz gdb-3cb4feec44a041e2fd00963eac7bb550344485b1.tar.bz2 |
* 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 9ba7795..628a598 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 |