From: Martin Mares Date: Sat, 19 Oct 2002 10:31:16 +0000 (+0000) Subject: Documented limit on number of word types. X-Git-Tag: holmes-import~1319 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ab16a1a773411b0268854bb02f806d2dde6b253d;p=libucw.git Documented limit on number of word types. --- diff --git a/lib/custom.h b/lib/custom.h index 8222bcc7..c64694d5 100644 --- a/lib/custom.h +++ b/lib/custom.h @@ -7,7 +7,7 @@ * of the GNU Lesser General Public License. */ -/* Word types */ +/* Word types (at most 15 of them + WT_RESERVED and WT_MAX) */ enum word_type { WT_RESERVED, /* Reserved word type */