From 9a707ec946b4c159e9505c855dff193eef0176bb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 23 Jan 2001 14:59:36 +0000 Subject: [PATCH] Word type 0 is reserved. --- lib/index.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.h b/lib/index.h index 33e7ef73..c334ca5a 100644 --- a/lib/index.h +++ b/lib/index.h @@ -11,6 +11,7 @@ /* Word types */ enum word_type { + WT_RESERVED, /* Reserved word type */ WT_TEXT, /* Ordinary text */ WT_EMPH, /* Emphasized text */ WT_SMALL, /* Small font */ -- 2.39.2