Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
f69787e3
Commit
f69787e3
authored
May 06, 2005
by
Michael Beck
Browse files
removed killed header
added config.h includes
parent
9c7834b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bearch.c
View file @
f69787e3
...
...
@@ -5,21 +5,26 @@
*
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#include <string.h>
#include "bearch
_t
.h"
#include "bearch.h"
#include "firm_config.h"
#include "pset.h"
#include "entity.h"
#include "ircons_t.h"
#if 1
/* HAVE_ALLOCA_H */
#include <alloca.h>
#endif
/* HAVE_ALLOCA_H */
/* Needed for obstack copy */
#define bcopy(src,dst,n) memcpy(dst,src,n)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment