Cleanup for GCC 2.

This commit is contained in:
mycroft 1993-04-18 23:30:57 +00:00
parent d58fea2204
commit 59aab5ec38
3 changed files with 1 additions and 3 deletions

View File

@ -45,7 +45,6 @@ addarc( parentp , childp , count )
nltype *childp;
long count;
{
arctype *calloc();
arctype *arcp;
# ifdef DEBUG

View File

@ -323,8 +323,6 @@ getsymtab(nfile)
gettextspace( nfile )
FILE *nfile;
{
char *malloc();
if ( cflag == 0 ) {
return;
}

View File

@ -37,6 +37,7 @@
#include <sys/stat.h>
#include <a.out.h>
#include <stdio.h>
#include <stdlib.h>
#include "gmon.h"
#if vax