bugfix in make of incomplete

This commit is contained in:
aarne
2005-02-11 11:06:47 +00:00
parent aa4a8580f7
commit a38ee961b5
10 changed files with 35 additions and 238 deletions

View File

@@ -111,7 +111,7 @@ instance SyntaxDan of SyntaxScand = TypesDan **
progressiveVerbPhrase : VerbGroup -> VerbGroup = \verb ->
complVerbVerb
(verbVara **
{s3 = ["ved at"]}
{isAux = False} ----- {s3 = ["ved at"]}
)
(predVerbGroup True Simul verb) ;
@@ -119,7 +119,7 @@ instance SyntaxDan of SyntaxScand = TypesDan **
predVerbGroupClause np
(complVerbVerb
(verbVara **
{s3 = ["ved at"]}
{isAux = False} ----- {s3 = ["ved at"]}
)
vp) ;