merge from gcc

This commit is contained in:
DJ Delorie 2006-05-12 20:00:37 +00:00
parent 49b9e64492
commit f6b66e9075
2 changed files with 6 additions and 1 deletions

View file

@ -3693,7 +3693,7 @@ demangle_fund_type (struct work_stuff *work,
{
int done = 0;
int success = 1;
char buf[10];
char buf[INTBUF_SIZE + 5 /* 'int%u_t' */];
unsigned int dec = 0;
type_kind_t tk = tk_integral;