Commit a45c0317 authored by meissner's avatar meissner
Browse files

Add free declaration

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15078 138bc75d-0d04-0410-961f-82ee72b054a4
parent af36182d
......@@ -26,6 +26,14 @@ Boston, MA 02111-1307, USA. */
#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;
......
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