From f43332c0715db55d3db90e55071421cb3be04585 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 18 Nov 2009 11:57:44 +0000 Subject: [PATCH] * alloca-conf.h: Clarify comment. --- include/ChangeLog | 4 ++++ include/alloca-conf.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * alloca-conf.h: Clarify comment. + 2009-11-06 Jonas Maebe 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