1
1

Useless keyword "static" removed from structure declaration

Этот коммит содержится в:
Pavel Machek 1998-05-17 03:27:53 +00:00
родитель 7c515a1b5c
Коммит 13de3b19a6

Просмотреть файл

@ -55,7 +55,7 @@ void init_pair (int, CTYPE, CTYPE);
# endif
#endif
static struct colorpair {
struct colorpair {
char *name; /* Name of the entry */
CTYPE fg; /* foreground color */
CTYPE bg; /* background color */