]> mj.ucw.cz Git - libucw.git/commitdiff
Documented limit on number of word types.
authorMartin Mares <mj@ucw.cz>
Sat, 19 Oct 2002 10:31:16 +0000 (10:31 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 19 Oct 2002 10:31:16 +0000 (10:31 +0000)
lib/custom.h

index 8222bcc7f259b7de204f2633b79cc52f021ac0e2..c64694d594417faf91a787b45effa599bf6ef5d1 100644 (file)
@@ -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 */