From: Martin Mares Date: Tue, 23 Jan 2001 14:59:36 +0000 (+0000) Subject: Word type 0 is reserved. X-Git-Tag: holmes-import~1572 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9a707ec946b4c159e9505c855dff193eef0176bb;p=libucw.git Word type 0 is reserved. --- 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 */