mirror of
https://github.com/rfivet/uemacs.git
synced 2025-02-20 23:17:13 -05:00
Move global variable to private scope.
This commit is contained in:
parent
4e7a07405d
commit
6f81579213
2
edef.h
2
edef.h
@ -62,7 +62,7 @@ extern int quotec; /* quote char during mlreply() */
|
||||
extern int tabmask;
|
||||
extern char *cname[]; /* names of colors */
|
||||
|
||||
extern struct window *swindow; /* saved window pointer */
|
||||
|
||||
extern int *kbdptr; /* current position in keyboard buf */
|
||||
extern int *kbdend; /* ptr to end of the keyboard */
|
||||
|
||||
|
@ -75,7 +75,7 @@ char *cname[] = { /* names of colors */
|
||||
#endif
|
||||
};
|
||||
|
||||
struct window *swindow = NULL; /* saved window pointer */
|
||||
|
||||
int *kbdptr; /* current position in keyboard buf */
|
||||
int *kbdend = &kbdm[0]; /* ptr to end of the keyboard */
|
||||
kbdstate kbdmode = STOP; /* current keyboard macro mode */
|
||||
|
Loading…
x
Reference in New Issue
Block a user