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 "orig.h"
|
||||||
#include "scan.h"
|
#include "scan.h"
|
||||||
|
|
||||||
static get_name();
|
static get_names();
|
||||||
static process();
|
static process();
|
||||||
static getexternal();
|
static getexternal();
|
||||||
static redefine();
|
static redefine();
|
||||||
|
|
|
@ -31,7 +31,6 @@ static char rcsid[] = "$Header$";
|
||||||
static copy_down();
|
static copy_down();
|
||||||
static copy_up();
|
static copy_up();
|
||||||
static free_saved_moduls();
|
static free_saved_moduls();
|
||||||
static writelong();
|
|
||||||
|
|
||||||
struct memory mems[NMEMS];
|
struct memory mems[NMEMS];
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@ static char rcsid[] = "$Header$";
|
||||||
#endif SYMDBUG
|
#endif SYMDBUG
|
||||||
|
|
||||||
extern long lseek();
|
extern long lseek();
|
||||||
|
exterrn char *core_alloc();
|
||||||
extern bool incore;
|
extern bool incore;
|
||||||
extern int infile;
|
extern int infile;
|
||||||
extern int passnumber;
|
extern int passnumber;
|
||||||
|
|
Loading…
Add table
Reference in a new issue