1
0
forked from GitHub/gf-core

Restore ExtraFre to AllFre

ExtraFre was removed from AllFre yesterday for some reason, but it is needed
to compile PhrasebookFre, so I restored it.
This commit is contained in:
hallgren
2013-11-01 16:30:22 +00:00
parent 330e33a386
commit e7073de883
2 changed files with 4 additions and 2 deletions

View File

@@ -2,5 +2,6 @@
concrete AllFre of AllFreAbs = concrete AllFre of AllFreAbs =
LangFre, LangFre,
IrregFre IrregFre,
ExtraFre
** {} ; ** {} ;

View File

@@ -1,4 +1,5 @@
abstract AllFreAbs = abstract AllFreAbs =
Lang, Lang,
IrregFreAbs IrregFreAbs,
ExtraFreAbs
** {} ; ** {} ;