]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: aix52.h (atoll): Declare.
authorDavid Edelsohn <edelsohn@gnu.org>
Mon, 11 Apr 2005 17:33:31 +0000 (17:33 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 11 Apr 2005 17:33:31 +0000 (13:33 -0400)
        Backport from mainline:
        * config/rs6000/aix52.h (atoll): Declare.

From-SVN: r97975

gcc/ChangeLog
gcc/config/rs6000/aix52.h

index 6306d3b660ffa52605e0291d078705bdbe104bbd..709067d5291e15f313406e64167db296cf2aa8ce 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-11  David Edelsohn  <edelsohn@gnu.org>
+
+       Backport from mainline:
+       * config/rs6000/aix52.h (atoll): Declare.
+
 2005-04-08  Ulrich Weigand  <uweigand@de.ibm.com>
 
        Backport from mainline:
index c06665066b31722697a8269c400ceb8e8745ffff..6f12619e2da6a26ecf4664d3d6569034d6856825 100644 (file)
@@ -193,3 +193,7 @@ do {                                                                        \
 #undef TARGET_C99_FUNCTIONS
 #define TARGET_C99_FUNCTIONS  1
 
+#ifndef _AIX52
+extern long long int    atoll(const char *);  
+#endif
+