1
0
forked from GitHub/gf-core

remove that_A and that_Adv also

This commit is contained in:
krasimir
2009-12-03 21:18:00 +00:00
parent 04d6a7addb
commit 0c8f581bcf
2 changed files with 0 additions and 4 deletions

View File

@@ -38662,8 +38662,6 @@ lin thankfully_Adv = mkAdv "thankfully";
lin thankfulness_N = mkN "thankfulness" "-" {- FIXME: no plural form -};
lin thankless_A = compoundA (mkA "thankless");
lin thanksgiving_N = mkN "thanksgiving" "thanksgivings";
lin that_A = compoundA (mkA "that");
lin that_Adv = mkAdv "that";
lin thatch_N = mkN "thatch" "-" {- FIXME: no plural form -};
lin thatch_V2 = mkV2 (mkV "thatch" "thatches" "thatched" "thatched" "thatching");
lin thatcham_PN = mkPN "Thatcham";

View File

@@ -38656,8 +38656,6 @@ fun thankfully_Adv : Adv;
fun thankfulness_N : N;
fun thankless_A : A;
fun thanksgiving_N : N;
fun that_A : A;
fun that_Adv : Adv;
fun thatch_N : N;
fun thatch_V2 : V2;
fun thatcham_PN : PN;