1
0
forked from GitHub/gf-core

*** empty log message ***

This commit is contained in:
janna
2004-12-04 10:50:49 +00:00
parent c44a131dd9
commit 3d72b7ce90
4 changed files with 52 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
--1 Functions that are not in the API, but common in Russian
--
-- Aarne Ranta, Janna Khegai 2003
resource ExtraRus = open ResourceRus, Prelude, SyntaxRus in {
resource ExtraRus = open PredicationRus, ResourceRus, ParadigmsRus, SyntaxRus in {
flags coding=utf8 ;
@@ -32,5 +32,5 @@ oper
lock_S = <>
} ;
tvHave : TV = mkDirectVerb (extVerb have Act Present) ** { lock_TV = <>};
tvHave : TV = mkDirectVerb (extVerb have active present) ** { lock_TV = <>};
};