From c3c98473195518aa76b7bce43aec529d7b570328 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 16 Oct 2000 19:14:14 +0000 Subject: [PATCH] (unspecified_fg, unspecified_bg): Remove extern declaration. --- src/dosfns.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dosfns.c b/src/dosfns.c index 3c1fd8f764b..25aede212ef 100644 --- a/src/dosfns.c +++ b/src/dosfns.c @@ -409,8 +409,6 @@ static char *vga_colors[16] = { "lightred", "lightmagenta", "yellow", "white" }; -extern char unspecified_fg[], unspecified_bg[]; - /* Given a color name, return its index, or -1 if not found. Note that this only performs case-insensitive comparison against the standard names. For anything more sophisticated, like matching -- 2.39.2