From-SVN: r24652
This commit is contained in:
Jason Merrill 1999-01-13 06:49:34 -05:00
parent 7e4311a31b
commit 31ee9d6c10
2 changed files with 2 additions and 2 deletions

View File

@ -397,7 +397,7 @@ fancy_abort ()
}
char *
xstrdup (s1)
xstrdup (input)
const char *input;
{
register size_t len = strlen (input) + 1;

View File

@ -1624,7 +1624,7 @@ change_state (oldpos, newpos, indent)
}
char *
xstrdup (s1)
xstrdup (input)
const char *input;
{
register size_t len = strlen (input) + 1;