fixed some lint complaints
This commit is contained in:
parent
45c90324fd
commit
410a62e2de
3 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -31,7 +31,6 @@ static char rcsid[] = "$Header$";
|
|||
static copy_down();
|
||||
static copy_up();
|
||||
static free_saved_moduls();
|
||||
static writelong();
|
||||
|
||||
struct memory mems[NMEMS];
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue