Compilation fixes for forthcoming GCC 3.0

This commit is contained in:
Abramo Bagnara 2001-05-29 20:17:56 +00:00
parent f5534c46ed
commit 7f33541268
4 changed files with 17 additions and 17 deletions

View file

@ -1722,6 +1722,7 @@ static int parse_id(const char **ptr)
case '\0':
return 0;
default:
break;
}
(*ptr)++;
}