From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Bruno Haible Cc: egcs@cygnus.com Subject: Re: [patch] Reducing build warnings (2) Date: Tue, 31 Mar 1998 00:46:00 -0000 Message-id: <1862.891240897@hurl.cygnus.com> References: <199801021305.OAA07456@halles.ilog.fr> X-SW-Source: 1998-03/msg01056.html In message <199801021305.OAA07456@halles.ilog.fr>you write: > > Hi, > > Second step: Include in order to declare `strcat' and similar > functions. libiberty/cplus-dem.c already includes unconditionall > y, > and this apparently succeeds on all platforms supported by egcs, hence I'm > taking this same approach instead of the old-style (pre-1990) > > #ifdef HAVE_STRING_H > #include > #else > #ifdef HAVE_STRINGS_H > #include > #endif > #endif > > > Thu Jan 1 13:07:51 1998 Bruno Haible uhe.de> > > * prefix.c: Include string.h. [ ... ] I believe this is also unnecessary with the system.h conversion. jeff