diff options
Diffstat (limited to 'gcc/cp/decl2.c')
| -rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index dcf3217..8c65d94 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -2301,7 +2301,7 @@ get_priority_info (int priority) { /* Create a new priority information structure, and insert it into the map. */ - pi = xmalloc (sizeof (struct priority_info_s)); + pi = XNEW (struct priority_info_s); pi->initializations_p = 0; pi->destructions_p = 0; splay_tree_insert (priority_info_map, |
