* dwarf2out.c: Do not include ctype.h.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Nov 1999 10:28:30 +0000 (10:28 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Nov 1999 10:28:30 +0000 (10:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30371 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dwarf2out.c

index dd700bb..6d327fa 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * regclass.c (record_reg_classes): Always use may_move_cost when
index 08b957d..41fe6cb 100644 (file)
@@ -44,7 +44,6 @@ Boston, MA 02111-1307, USA.  */
 #include "dwarf2out.h"
 #include "toplev.h"
 #include "dyn-string.h"
-#include <ctype.h>
 
 /* 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.  */