From ab16a1a773411b0268854bb02f806d2dde6b253d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 19 Oct 2002 10:31:16 +0000 Subject: [PATCH] Documented limit on number of word types. --- lib/custom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5