Preparing for release.

This commit is contained in:
aarne
2004-08-03 11:47:32 +00:00
parent 541ef75fb4
commit 59b5745c0e
8 changed files with 121 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
include numerals.Abs.gf ;
param Place = attr | indep ;
param Place = indep | attr ;
param Nm = sg | pl ;
oper sata : Nm => Str =
table {{sg} => "sata" ; {pl} => "sataa"} ;