PC98 will never be defined for amd64

This commit is contained in:
Warner Losh 2005-01-05 20:11:13 +00:00
parent 285d9e0fa7
commit 17d5b792e5

View File

@ -37,12 +37,7 @@
/* Monochrome attributes for foreground text */
#ifdef PC98
/* PC-98 attributes for foreground text */
#define FG_UNDERLINE 0x08
#else
#define FG_UNDERLINE 0x01
#endif
#define FG_INTENSE 0x08
/* Monochrome attributes for text background */