removed obsolete flags from LangEng.gf

This commit is contained in:
aarne
2015-09-01 08:29:10 +00:00
parent 7693d3d33c
commit c6b36b99c7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:../abstract:../common:../api:../prelude
--# -path=.:../abstract:../common:../api
concrete AllEng of AllEngAbs =
LangEng,

View File

@@ -1,4 +1,4 @@
--# -path=.:../abstract:../common:../api:../prelude
--# -path=.:../abstract:../common:../api
concrete LangEng of Lang =
GrammarEng,
@@ -8,6 +8,6 @@ concrete LangEng of Lang =
,MarkupEng - [stringMark]
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;