mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
Add missing static keywords to unexpand(1)
This commit is contained in:
parent
4b7373b886
commit
73827c1062
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227192
@ -55,9 +55,9 @@ static const char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93";
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
|
||||
int all;
|
||||
int nstops;
|
||||
int tabstops[100];
|
||||
static int all;
|
||||
static int nstops;
|
||||
static int tabstops[100];
|
||||
|
||||
static void getstops(const char *);
|
||||
static void usage(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user