diff options
| author | Eli Zaretskii | 2000-10-16 19:14:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-16 19:14:14 +0000 |
| commit | c3c98473195518aa76b7bce43aec529d7b570328 (patch) | |
| tree | 5629c011ca6dfd7aa91326af43a115d79538be95 /src | |
| parent | f0ba2d22e1e8b78615dd2fb5618fd1463d711705 (diff) | |
| download | emacs-c3c98473195518aa76b7bce43aec529d7b570328.tar.gz emacs-c3c98473195518aa76b7bce43aec529d7b570328.zip | |
(unspecified_fg, unspecified_bg): Remove extern declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dosfns.c | 2 |
1 files changed, 0 insertions, 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] = { | |||
| 409 | "lightred", "lightmagenta", "yellow", "white" | 409 | "lightred", "lightmagenta", "yellow", "white" |
| 410 | }; | 410 | }; |
| 411 | 411 | ||
| 412 | extern char unspecified_fg[], unspecified_bg[]; | ||
| 413 | |||
| 414 | /* Given a color name, return its index, or -1 if not found. Note | 412 | /* Given a color name, return its index, or -1 if not found. Note |
| 415 | that this only performs case-insensitive comparison against the | 413 | that this only performs case-insensitive comparison against the |
| 416 | standard names. For anything more sophisticated, like matching | 414 | standard names. For anything more sophisticated, like matching |