Commit 77355bd5 by Jeffrey A Law Committed by Jeff Law

* dwarf2out.c: Do not include ctype.h.

From-SVN: r30371
parent 35a44d18
Wed Nov 3 03:26:28 1999 Jeffrey A Law (law@cygnus.com)
* dwarf2out.c: Do not include ctype.h.
Tue Nov 2 21:53:44 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Tue Nov 2 21:53:44 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* regclass.c (record_reg_classes): Always use may_move_cost when * regclass.c (record_reg_classes): Always use may_move_cost when
......
...@@ -44,7 +44,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -44,7 +44,6 @@ Boston, MA 02111-1307, USA. */
#include "dwarf2out.h" #include "dwarf2out.h"
#include "toplev.h" #include "toplev.h"
#include "dyn-string.h" #include "dyn-string.h"
#include <ctype.h>
/* We cannot use <assert.h> in GCC source, since that would include /* We cannot use <assert.h> in GCC source, since that would include
GCC's assert.h, which may not be compatible with the host compiler. */ GCC's assert.h, which may not be compatible with the host compiler. */
......
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