This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Minor goof from Kenner's patches



system.h takes care of ctype for us.

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

Index: dwarf2out.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/dwarf2out.c,v
retrieving revision 1.120
diff -c -3 -p -r1.120 dwarf2out.c
*** dwarf2out.c	1999/11/01 01:11:19	1.120
--- dwarf2out.c	1999/11/03 10:27:38
*************** Boston, MA 02111-1307, USA.  */
*** 44,50 ****
  #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.  */
--- 44,49 ----





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]