Fix a lint warning by removing some #ifdef lint (!?!).
This commit is contained in:
parent
790f1e25bd
commit
4f156aff23
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: scan.c,v 1.15 2002/07/10 21:28:13 wiz Exp $ */
|
||||
/* $NetBSD: scan.c,v 1.16 2002/07/10 23:55:06 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Carnegie Mellon University
|
||||
|
@ -149,11 +149,7 @@ static TREE *execT; /* execute command list */
|
|||
*** E X T E R N ***
|
||||
*************************/
|
||||
|
||||
#ifdef lint
|
||||
static char _argbreak;
|
||||
#else
|
||||
extern char _argbreak; /* break character from nxtarg */
|
||||
#endif
|
||||
|
||||
extern TREELIST *listTL; /* list of trees for scanning */
|
||||
extern TREE *listT; /* final list of files in collection */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: supcparse.c,v 1.11 2002/07/10 20:19:45 wiz Exp $ */
|
||||
/* $NetBSD: supcparse.c,v 1.12 2002/07/10 23:55:06 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992 Carnegie Mellon University
|
||||
|
@ -63,11 +63,7 @@
|
|||
#include "supextern.h"
|
||||
|
||||
|
||||
#ifdef lint
|
||||
static char _argbreak;
|
||||
#else
|
||||
extern char _argbreak; /* break character from nxtarg */
|
||||
#endif
|
||||
|
||||
typedef enum { /* supfile options */
|
||||
OHOST, OBASE, OHOSTBASE, OPREFIX, ORELEASE,
|
||||
|
|
Loading…
Reference in New Issue