Added ExtendGer as almost dummy to start with

This commit is contained in:
Aarne Ranta
2021-01-13 16:01:50 +01:00
parent ec159d05d4
commit c55592cea6
3 changed files with 24 additions and 1 deletions

View File

@@ -3,5 +3,8 @@
concrete AllGer of AllGerAbs =
LangGer,
IrregGer,
---- ExtendGer, ---- to replace ExtraGer
ExtraGer
** {} ;
**
open ExtendGer in ---- to force compilation
{} ;