public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [patch] Reducing build warnings (2)
       [not found] <199801021305.OAA07456@halles.ilog.fr>
@ 1998-03-31  0:46 ` Jeffrey A Law
  0 siblings, 0 replies; only message in thread
From: Jeffrey A Law @ 1998-03-31  0:46 UTC (permalink / raw)
  To: Bruno Haible; +Cc: egcs

  In message <199801021305.OAA07456@halles.ilog.fr>you write:
  > 
  > Hi,
  > 
  > Second step: Include <string.h> in order to declare `strcat' and similar
  > functions. libiberty/cplus-dem.c already includes <string.h> 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 <string.h>
  > #else
  > #ifdef HAVE_STRINGS_H
  > #include <strings.h>
  > #endif
  > #endif
  > 
  > 
  > Thu Jan  1 13:07:51 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsr
  > uhe.de>
  > 
  >         * prefix.c: Include string.h.
[ ... ]
I believe this is also unnecessary with the system.h conversion.

jeff

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-03-31  0:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199801021305.OAA07456@halles.ilog.fr>
1998-03-31  0:46 ` [patch] Reducing build warnings (2) Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).