Cleanup for GCC 2.
This commit is contained in:
parent
d58fea2204
commit
59aab5ec38
@ -45,7 +45,6 @@ addarc( parentp , childp , count )
|
||||
nltype *childp;
|
||||
long count;
|
||||
{
|
||||
arctype *calloc();
|
||||
arctype *arcp;
|
||||
|
||||
# ifdef DEBUG
|
||||
|
@ -323,8 +323,6 @@ getsymtab(nfile)
|
||||
gettextspace( nfile )
|
||||
FILE *nfile;
|
||||
{
|
||||
char *malloc();
|
||||
|
||||
if ( cflag == 0 ) {
|
||||
return;
|
||||
}
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <a.out.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "gmon.h"
|
||||
|
||||
#if vax
|
||||
|
Loading…
Reference in New Issue
Block a user