This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: D language support


> +static const char *mangled_str;
> +/* Temporary obstack used for holding strings.  */
> +static struct obstack tempbuf;

Can you remove the declaration of these globals? They shouldn't be
necessary anymore...

Otherwise, the rest looks OK to me.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]