Commit a8e4a997 by Michael Sokolov Committed by DJ Delorie

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

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

From-SVN: r38224
parent 31750649
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>
......
......@@ -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 */
......
......@@ -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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment