merge from gcc

This commit is contained in:
DJ Delorie
2006-09-22 19:19:32 +00:00
parent 5e02f92ecd
commit e63f184e3f
3 changed files with 13 additions and 0 deletions

View File

@ -2505,6 +2505,8 @@ d_substitution (struct d_info *di, int prefix)
id = id * 36 + c - 'A' + 10;
else
return NULL;
if (id < 0)
return NULL;
c = d_next_char (di);
}
while (c != '_');