28 Apr 01:53
Re: D language support
Mihail Zenkov <mihail.zenkov <at> gmail.com>
2010-04-27 23:53:34 GMT
2010-04-27 23:53:34 GMT
On Tue, 27 Apr 2010 09:05:23 -0700 Joel Brobecker <brobecker <at> adacore.com> wrote: > > +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... Oops! Sorry, fixed.
RSS Feed