merge from gcc
This commit is contained in:
parent
c10e9ba77d
commit
d30d42d114
2 changed files with 5 additions and 1 deletions
|
@ -326,7 +326,7 @@ extern double physmem_available (void);
|
|||
/* Type-safe obstack allocator. */
|
||||
|
||||
#define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T)))
|
||||
|
||||
#define XOBFINISH(O, T) ((T) obstack_finish ((O)))
|
||||
|
||||
/* hex character manipulation routines */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue