public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jeffrey A Law <law@chunks.cygnus.com>
To: egcs@cygnus.com
Subject: Patch for 970904 snapshot
Date: Thu, 04 Sep 1997 10:15:00 -0000	[thread overview]
Message-ID: <25995.873393431@chunks.cygnus.com> (raw)

Most of you will probably need this to get 970904 to build:


Index: bitmap.c
===================================================================
RCS file: /cvs/cvsfiles/egcs/gcc/bitmap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -c -3 -p -r1.2 -r1.3
*** bitmap.c	1997/09/04 15:12:19	1.2
--- bitmap.c	1997/09/04 17:06:34	1.3
*************** Boston, MA 02111-1307, USA.  */
*** 26,31 ****
--- 26,39 ----
  #include "regs.h"
  #include "basic-block.h"
  
+ #ifdef HAVE_STDLIB_H
+ #include <stdlib.h>
+ #endif
+ 
+ #ifdef NEED_DECLARATION_FREE
+ extern void free PROTO((void *));
+ #endif
+ 
  /* Obstack to allocate bitmap elements from.  */
  static struct obstack bitmap_obstack;
  static int bitmap_obstack_init = FALSE;


Jeff Law (law@cygnus.com)
Cygnus Solutions		EGCS GNU Compiler System
http://www.cygnus.com		http://www.cygnus.com/egcs


             reply	other threads:[~1997-09-04 10:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-04 10:15 Jeffrey A Law [this message]
1997-09-04 11:37 ` Mark Mitchell
1997-09-04 10:35 Weiwen Liu
1997-09-04 10:44 ` Jeffrey A Law

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=25995.873393431@chunks.cygnus.com \
    --to=law@chunks.cygnus.com \
    --cc=egcs@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).