From 02b403c0bf6a0efeac69ec99ec764e9d6a864401 Mon Sep 17 00:00:00 2001 From: jonathan Date: Sat, 24 May 1997 05:49:22 +0000 Subject: [PATCH] #ifdef notyet out the as-yet-Undefined bold mode, instead of commenting it out. --- sys/arch/pmax/include/fbvar.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/pmax/include/fbvar.h b/sys/arch/pmax/include/fbvar.h index 6a178238ffe7..2547aab79885 100644 --- a/sys/arch/pmax/include/fbvar.h +++ b/sys/arch/pmax/include/fbvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: fbvar.h,v 1.1 1995/09/11 08:18:51 jonathan Exp $ */ +/* $NetBSD: fbvar.h,v 1.2 1997/05/24 05:49:22 jonathan Exp $ */ /* * Copyright (c) 1992, 1993, 1995 @@ -145,7 +145,9 @@ struct fbdevice { #define FB_INESC 0x001 /* processing an escape sequence */ #define FB_STANDOUT 0x002 /* standout mode */ -/* #define FB_BOLD 0x? /* boldface mode */ +#ifdef notyet +# define FB_BOLD 0x? /* boldface mode */ +#endif #define FB_INVERT 0x008 /* white on black mode */ #define FB_VISBELL 0x010 /* visual bell */ #define FB_CURSOR 0x020 /* cursor is visible */