1# Prefix specifiers currently generated:
2 $PS_ALL=63;   # All legal prefixes are allowed for this word
3 $PS_B=1;      # only certain prefixes ending in bet are allowed.
4 $PS_L=2;      # only prefixes ending in bachla"m are allowed (note that if genprefixes.pl gives a certain prefix PS_L, it should also give it PS_B).
5 $PS_VERB=4;
6 $PS_NONDEF=8;    # accept prefixes w/o �
7 $PS_IMPER=16;    # accept nothing/�
8 $PS_MISC=32;
9# These have to be bitmasks that can be or'ed easily, so that if one word
10# can get prefixes of two types, it will have one combined prefix specifier
11# that describes the prefixes.
12#
13# These prefix specifiers are used by genprefixes.pl to create prefixes.c
14# that is used by hspell.c
15
16