merge from gcc

This commit is contained in:
DJ Delorie
2005-03-27 05:28:42 +00:00
parent 8da8e0b3f3
commit 9334f9c6cd
23 changed files with 579 additions and 875 deletions

View File

@ -14,9 +14,7 @@ is deprecated in favor of @code{memset}.
void
bzero (to, count)
char *to;
int count;
bzero (char *to, int count)
{
while (count-- > 0)
{