1
0
forked from GitHub/gf-rgl

(Eng) rm reference to Extra

This commit is contained in:
odanoburu
2018-05-16 13:11:31 -03:00
parent c49048203d
commit cf36ef0449
2 changed files with 6 additions and 6 deletions

View File

@@ -5,5 +5,5 @@ concrete AllEng of AllEngAbs =
IrregEng-[
blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V,
sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V],
ExtendEng ---- ExtraEng
ExtendEng
** {} ;

View File

@@ -5,5 +5,5 @@ abstract AllEngAbs =
IrregEngAbs-[
blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V,
sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V],
Extend ---- ExtraEngAbs
Extend
** {} ;