* alloca-conf.h: Clarify comment.

This commit is contained in:
Alan Modra 2009-11-18 11:57:44 +00:00
parent 7b426e9f4a
commit f43332c071
2 changed files with 6 additions and 1 deletions

View File

@ -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> 2009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
Add DWARF attribute value for the "Borland fastcall" calling Add DWARF attribute value for the "Borland fastcall" calling

View File

@ -15,7 +15,8 @@
# if defined _AIX # if defined _AIX
/* Indented so that pre-ansi C compilers will ignore it, rather than /* 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 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 #pragma alloca
# else # else
# if defined _MSC_VER && !defined C_ALLOCA # if defined _MSC_VER && !defined C_ALLOCA