Some peacekeeping clean-up, still far from compiling.

This commit is contained in:
bjorn
2008-08-18 20:22:25 +00:00
parent 018b8e2f0d
commit 591c44f05b
11 changed files with 18 additions and 42 deletions

View File

@@ -1,8 +1,3 @@
--# -path=.:..:present:prelude
concrete PeaceSpoken_Fin of PeaceSpoken =
Peace_Fin ** {
flags startcat = PhraseSpoken ;
}
concrete PeaceSpoken_Fin of PeaceSpoken = Peace_Fin;

View File

@@ -2,9 +2,4 @@
concrete Peace_Fin of Peace =
PeaceSyntax_Fin, PeaceLexCommon_Fin,
PeaceLexExt_Fin, PeacePhrases_Fin
** {
flags startcat = PhraseWritten ;
optimize = all_subs ;
}
PeaceLexExt_Fin, PeacePhrases_Fin;