]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
safe-ctype.c: #include "ansidecl.h".
authorMichael Sokolov <msokolov@ivan.Harhan.ORG>
Wed, 13 Dec 2000 18:11:45 +0000 (18:11 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Wed, 13 Dec 2000 18:11:45 +0000 (13:11 -0500)
* safe-ctype.c: #include "ansidecl.h".
* strtod.c: Likewise.

From-SVN: r38224

libiberty/ChangeLog
libiberty/safe-ctype.c
libiberty/strtod.c

index 95b374f654869c82271a7673f61a5ba8bad14819..3bb0139ea54244b8b9679da8976e30af6741c62c 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * safe-ctype.c: #include "ansidecl.h".
+       * strtod.c: Likewise.
+
 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
        * strtoul.c: Include safe-ctype.h, not ctype.h.
index b6722a26684b2e281415719001eabe65e0edd608..0c2be3ed7955e6ed9c508ca0f7eef0bada1caab5 100644 (file)
@@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA.  */
    - Behaves properly for all values in the range of a signed or
      unsigned char.  */
 
+#include "ansidecl.h"
 #include <safe-ctype.h>
 #include <stdio.h>  /* for EOF */
 
index b1243acb6b3f0237f35ff0e779e4e7698d85757c..90292c224b6cd8085a1624a94fce70e6cccc0735 100644 (file)
@@ -22,6 +22,7 @@ the resulting executable to be covered by the GNU General Public License.
 This exception does not however invalidate any other reasons why
 the executable file might be covered by the GNU General Public License. */
 
+#include "ansidecl.h"
 #include "safe-ctype.h"
 
 extern double atof ();