merge from gcc
This commit is contained in:
parent
73d309ce3e
commit
b71fb40215
|
@ -118,8 +118,8 @@ struct splay_tree_s GTY(())
|
||||||
splay_tree_allocate_fn allocate;
|
splay_tree_allocate_fn allocate;
|
||||||
splay_tree_deallocate_fn deallocate;
|
splay_tree_deallocate_fn deallocate;
|
||||||
void * GTY((skip)) allocate_data;
|
void * GTY((skip)) allocate_data;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct splay_tree_s *splay_tree;
|
typedef struct splay_tree_s *splay_tree;
|
||||||
|
|
||||||
extern splay_tree splay_tree_new (splay_tree_compare_fn,
|
extern splay_tree splay_tree_new (splay_tree_compare_fn,
|
||||||
|
|
Loading…
Reference in New Issue