Fixed conflict with sys/dev/syscons/syscons.h.

Submitted by:	yokota
This commit is contained in:
Yoshihiro Takahashi
2001-07-14 08:07:26 +00:00
parent a7a1b07e25
commit 2308cfa4fc
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -29,7 +29,6 @@
#ifndef _PC98_PC98_SC_MACHDEP_H_
#define _PC98_PC98_SC_MACHDEP_H_
#undef SC_ALT_MOUSE_IMAGE
#undef SC_DFLT_FONT
#undef SC_MOUSE_CHAR
#undef SC_PIXEL_MODE
@@ -54,8 +53,4 @@
#define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \
|| (c) < 0x07)
#define ISMOUSEAVAIL(af) (1)
#define ISFONTAVAIL(af) ((af) & V_ADP_FONT)
#define ISPALAVAIL(af) ((af) & V_ADP_PALETTE)
#endif /* !_PC98_PC98_SC_MACHDEP_H_ */
-5
View File
@@ -29,7 +29,6 @@
#ifndef _PC98_PC98_SC_MACHDEP_H_
#define _PC98_PC98_SC_MACHDEP_H_
#undef SC_ALT_MOUSE_IMAGE
#undef SC_DFLT_FONT
#undef SC_MOUSE_CHAR
#undef SC_PIXEL_MODE
@@ -54,8 +53,4 @@
#define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \
|| (c) < 0x07)
#define ISMOUSEAVAIL(af) (1)
#define ISFONTAVAIL(af) ((af) & V_ADP_FONT)
#define ISPALAVAIL(af) ((af) & V_ADP_PALETTE)
#endif /* !_PC98_PC98_SC_MACHDEP_H_ */