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
cceb3e4e
Commit
cceb3e4e
authored
Apr 26, 2007
by
Michael Beck
Browse files
Use libFirm's obst.h instead of obstack.h
[r13504]
parent
34947405
Changes
2
Show whitespace changes
Inline
Side-by-side
ir/ana2/pto_init.c
View file @
cceb3e4e
...
@@ -35,7 +35,6 @@
...
@@ -35,7 +35,6 @@
*/
*/
# include <assert.h>
# include <assert.h>
# include <obstack.h>
#ifdef HAVE_STRING_H
#ifdef HAVE_STRING_H
# include <string.h>
# include <string.h>
#endif
#endif
...
@@ -43,6 +42,7 @@
...
@@ -43,6 +42,7 @@
# include <strings.h>
# include <strings.h>
#endif
#endif
# include "obst.h"
# include "pto.h"
# include "pto.h"
# include "pto_init.h"
# include "pto_init.h"
# include "pto_debug.h"
# include "pto_debug.h"
...
...
ir/ana2/pto_name.c
View file @
cceb3e4e
...
@@ -43,9 +43,9 @@
...
@@ -43,9 +43,9 @@
#ifdef HAVE_STRING_H
#ifdef HAVE_STRING_H
# include <string.h>
/* for memcpy */
# include <string.h>
/* for memcpy */
#endif
#endif
# include <obstack.h>
# include <errno.h>
# include <errno.h>
# include "obst.h"
# include "irnode.h"
# include "irnode.h"
# include "irprog.h"
# include "irprog.h"
# include "xmalloc.h"
# include "xmalloc.h"
...
...
Write
Preview
Supports
Markdown
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