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 95b374f..3bb0139 100644 (file)
@@ -1,5 +1,10 @@
 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.
 
 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
index b6722a2..0c2be3e 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 b1243ac..90292c2 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 ();