summaryrefslogtreecommitdiff
path: root/next-lib/src/parse
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-11-19 13:57:42 +0000
committerbjorn <bjorn@bringert.net>2008-11-19 13:57:42 +0000
commit9d1d7dd3c8e48a359e29e26de37c6b9461a6f6c7 (patch)
tree4d072040b84ddf0a27450577ea67c94c4673ce3f /next-lib/src/parse
parent57fbca2133f1be0fa9a4959c872b9b8702b9bf82 (diff)
Fix good_A in BigLexEng.
Diffstat (limited to 'next-lib/src/parse')
-rw-r--r--next-lib/src/parse/BigLexEng.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/parse/BigLexEng.gf b/next-lib/src/parse/BigLexEng.gf
index 40ff3da54..88822a2d9 100644
--- a/next-lib/src/parse/BigLexEng.gf
+++ b/next-lib/src/parse/BigLexEng.gf
@@ -2375,7 +2375,7 @@ lin god_N = mkN "god" ;
lin goddess_N = mkN "goddess" ;
lin gold_N = mkN "gold" ;
lin golden_A = mkA "golden" ;
-lin good_A = longA "good" ;
+lin good_A = mkADeg "good" "better" "best" "well" ;
lin goose_N = mkN "goose" "geese" ;
lin gore_N = mkN "gore" ;
lin gorilla_N = mkN "gorilla" ;