Commit 1cfabc13 by Michael Meissner

Add free declaration

From-SVN: r15078
parent 02d7a569
...@@ -26,6 +26,14 @@ Boston, MA 02111-1307, USA. */ ...@@ -26,6 +26,14 @@ Boston, MA 02111-1307, USA. */
#include "regs.h" #include "regs.h"
#include "basic-block.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. */ /* Obstack to allocate bitmap elements from. */
static struct obstack bitmap_obstack; static struct obstack bitmap_obstack;
static int bitmap_obstack_init = FALSE; static int bitmap_obstack_init = FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment