From 111dfaae0479f43eab9f3411c90ee03104a2be2d Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Fri, 20 Apr 2012 16:57:17 +0000 Subject: 2012-04-20 Sergio Durigan Junior * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC declaration. * gdb_vecs.h: Declare `const_char_ptr' VEC. --- gdb/gdb_vecs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/gdb_vecs.h') diff --git a/gdb/gdb_vecs.h b/gdb/gdb_vecs.h index b9e0b14dd52..ce32de33cb1 100644 --- a/gdb/gdb_vecs.h +++ b/gdb/gdb_vecs.h @@ -25,6 +25,8 @@ DEF_VEC_P (char_ptr); +DEF_VEC_P (const_char_ptr); + /* From utils.c: */ extern void free_char_ptr_vec (VEC (char_ptr) *char_ptr_vec); -- cgit v1.2.1