safe-ctype.c: #include "ansidecl.h".

* safe-ctype.c: #include "ansidecl.h".
* strtod.c: Likewise.

From-SVN: r38224
This commit is contained in:
Michael Sokolov 2000-12-13 18:11:45 +00:00 committed by DJ Delorie
parent 3175064910
commit a8e4a997df
3 changed files with 7 additions and 0 deletions

View 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.

View 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 */

View 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 ();