From: Michael Sokolov Date: Wed, 13 Dec 2000 18:11:45 +0000 (+0000) Subject: safe-ctype.c: #include "ansidecl.h". X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8e4a997df02b411c93b8eb6e04eec92102ceb70;p=platform%2Fupstream%2Fgcc.git safe-ctype.c: #include "ansidecl.h". * safe-ctype.c: #include "ansidecl.h". * strtod.c: Likewise. From-SVN: r38224 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 95b374f..3bb0139 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,10 @@ 2000-12-13 Michael Sokolov + * safe-ctype.c: #include "ansidecl.h". + * strtod.c: Likewise. + +2000-12-13 Michael Sokolov + * strtoul.c: Include safe-ctype.h, not ctype.h. 2000-12-07 Zack Weinberg diff --git a/libiberty/safe-ctype.c b/libiberty/safe-ctype.c index b6722a2..0c2be3e 100644 --- a/libiberty/safe-ctype.c +++ b/libiberty/safe-ctype.c @@ -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 #include /* for EOF */ diff --git a/libiberty/strtod.c b/libiberty/strtod.c index b1243ac..90292c2 100644 --- a/libiberty/strtod.c +++ b/libiberty/strtod.c @@ -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 ();