vere: prune wrong motes

verified using vim regex search (and corresponding regexes for the 3, 2,
and 1 letter motes):

    /c3__\(.\)\(.\)\(.\)\(.\) *c3_s4\(('\1','\2','\3','\4')\)\@!
This commit is contained in:
Jōshin 2022-03-02 21:18:35 -06:00
parent 039bc7a975
commit b598eb2815
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -768,7 +768,7 @@
# define c3__nail c3_s4('n','a','i','l') # define c3__nail c3_s4('n','a','i','l')
# define c3__name c3_s4('n','a','m','e') # define c3__name c3_s4('n','a','m','e')
# define c3__nap c3_s3('n','a','p') # define c3__nap c3_s3('n','a','p')
# define c3__nara c3_s4('n', 'a', 'r', 'a') # define c3__nara c3_s4('n','a','r','a')
# define c3__narv c3_s4('n','a','r','v') # define c3__narv c3_s4('n','a','r','v')
# define c3__ne c3_s2('n','e') # define c3__ne c3_s2('n','e')
# define c3__need c3_s4('n','e','e','d') # define c3__need c3_s4('n','e','e','d')
@ -864,7 +864,6 @@
# define c3__plet c3_s4('p','l','e','t') # define c3__plet c3_s4('p','l','e','t')
# define c3__plic c3_s4('p','l','i','c') # define c3__plic c3_s4('p','l','i','c')
# define c3__plin c3_s4('p','l','i','n') # define c3__plin c3_s4('p','l','i','n')
# define c3__plol c3_s4('p','l','o','m')
# define c3__plom c3_s4('p','l','o','m') # define c3__plom c3_s4('p','l','o','m')
# define c3__plov c3_s4('p','l','o','v') # define c3__plov c3_s4('p','l','o','v')
# define c3__plug c3_s4('p','l','u','g') # define c3__plug c3_s4('p','l','u','g')
@ -1297,7 +1296,6 @@
# define c3__zpdx c3_s4('z','p','d','x') # define c3__zpdx c3_s4('z','p','d','x')
# define c3__zpfs c3_s4('z','p','f','s') # define c3__zpfs c3_s4('z','p','f','s')
# define c3__zpgr c3_s4('z','p','g','r') # define c3__zpgr c3_s4('z','p','g','r')
# define c3__zphs c3_s4('z','p','h','x')
# define c3__zphx c3_s4('z','p','h','x') # define c3__zphx c3_s4('z','p','h','x')
# define c3__zplc c3_s4('z','p','l','c') # define c3__zplc c3_s4('z','p','l','c')
# define c3__zpmc c3_s4('z','p','m','c') # define c3__zpmc c3_s4('z','p','m','c')