Add missing static keywords to colcrt(1)
This commit is contained in:
parent
ab8d971c3a
commit
78ea30bb9b
@ -64,13 +64,13 @@ __FBSDID("$FreeBSD$");
|
|||||||
* Option -2 forces printing of all half lines.
|
* Option -2 forces printing of all half lines.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
wchar_t page[267][132];
|
static wchar_t page[267][132];
|
||||||
|
|
||||||
int outline = 1;
|
static int outline = 1;
|
||||||
int outcol;
|
static int outcol;
|
||||||
|
|
||||||
char suppresul;
|
static char suppresul;
|
||||||
char printall;
|
static char printall;
|
||||||
|
|
||||||
static void move(int, int);
|
static void move(int, int);
|
||||||
static void pflush(int);
|
static void pflush(int);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user