sim: convert some old prototypes

This commit is contained in:
Mike Frysinger
2015-03-16 02:13:31 -04:00
parent ae7d0cac8c
commit 6cd5ace4db
3 changed files with 9 additions and 9 deletions

View File

@@ -85,9 +85,7 @@ cntrl_c (int sig ATTRIBUTE_UNUSED)
}
int
main (ac, av)
int ac;
char **av;
main (int ac, char **av)
{
RETSIGTYPE (*prev_sigint) ();
bfd *abfd;
@@ -357,7 +355,7 @@ usage (int help)
}
static void
print_version ()
print_version (void)
{
printf ("GNU simulator %s%s\n", PKGVERSION, version);
}