comparison src/dosfns.c @ 32544:244478dd087e

(unspecified_fg, unspecified_bg): Remove extern declaration.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 16 Oct 2000 19:14:14 +0000
parents 13a2c64e6ade
children 5cd770204501
comparison
equal deleted inserted replaced
32543:4ea276abceba 32544:244478dd087e
406 static char *vga_colors[16] = { 406 static char *vga_colors[16] = {
407 "black", "blue", "green", "cyan", "red", "magenta", "brown", 407 "black", "blue", "green", "cyan", "red", "magenta", "brown",
408 "lightgray", "darkgray", "lightblue", "lightgreen", "lightcyan", 408 "lightgray", "darkgray", "lightblue", "lightgreen", "lightcyan",
409 "lightred", "lightmagenta", "yellow", "white" 409 "lightred", "lightmagenta", "yellow", "white"
410 }; 410 };
411
412 extern char unspecified_fg[], unspecified_bg[];
413 411
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
417 "gray" with "grey" or translating X color names into their MSDOS 415 "gray" with "grey" or translating X color names into their MSDOS