diff options
Diffstat (limited to 'gcc/dwarf2out.h')
-rw-r--r-- | gcc/dwarf2out.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index 7fa62581177..8027c1e788f 100644 --- a/gcc/dwarf2out.h +++ b/gcc/dwarf2out.h @@ -62,11 +62,8 @@ typedef struct GTY(()) dw_cfi_struct { } dw_cfi_node; -DEF_VEC_P (dw_cfi_ref); -DEF_VEC_ALLOC_P (dw_cfi_ref, heap); -DEF_VEC_ALLOC_P (dw_cfi_ref, gc); -typedef VEC(dw_cfi_ref, gc) *cfi_vec; +typedef vec<dw_cfi_ref, va_gc> *cfi_vec; typedef struct dw_fde_struct *dw_fde_ref; |