fixed some lint complaints

This commit is contained in:
ceriel 1989-11-08 14:18:57 +00:00
parent 45c90324fd
commit 410a62e2de
3 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ static char rcsid[] = "$Header$";
#include "orig.h"
#include "scan.h"
static get_name();
static get_names();
static process();
static getexternal();
static redefine();

View file

@ -31,7 +31,6 @@ static char rcsid[] = "$Header$";
static copy_down();
static copy_up();
static free_saved_moduls();
static writelong();
struct memory mems[NMEMS];

View file

@ -28,6 +28,7 @@ static char rcsid[] = "$Header$";
#endif SYMDBUG
extern long lseek();
exterrn char *core_alloc();
extern bool incore;
extern int infile;
extern int passnumber;