* alloca-conf.h: Clarify comment.
authorAlan Modra <amodra@gmail.com>
Wed, 18 Nov 2009 11:57:44 +0000 (11:57 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 18 Nov 2009 11:57:44 +0000 (11:57 +0000)
include/ChangeLog
include/alloca-conf.h

index eda9aaddfae9f11d511e3ee46464b5cf8bd22b0d..6e016e647f966eaacf41ed4bbeb0051cd1c106a1 100644 (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>
 
        Add DWARF attribute value for the "Borland fastcall" calling
index 9ba77953d80a9a81db111526b5491de0d78d4d16..628a5987e7aff19fedf1bb76051a11a90c8070e1 100644 (file)
@@ -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
This page took 0.025626 seconds and 4 git commands to generate.