Protoization.

This commit is contained in:
Kevin Buettner
2000-07-30 01:48:28 +00:00
parent 29e6d33b03
commit fba45db2fa
284 changed files with 5720 additions and 13265 deletions

View File

@@ -1104,7 +1104,7 @@ merge_symbol_lists (struct pending **srclist, struct pending **targetlist)
corresponding to a psymtab. */
void
buildsym_init ()
buildsym_init (void)
{
free_pendings = NULL;
file_symbols = NULL;
@@ -1117,7 +1117,7 @@ buildsym_init ()
file, e.g. a shared library). */
void
buildsym_new_init ()
buildsym_new_init (void)
{
buildsym_init ();
}