1
0
forked from GitHub/gf-rgl

force compilation of ExtraEng via a dummy open in AllEng

This commit is contained in:
Aarne Ranta
2018-09-06 18:08:31 +02:00
parent e4386a1aeb
commit cbbf530b71

View File

@@ -6,4 +6,7 @@ concrete AllEng of AllEngAbs =
blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V, 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], sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V],
ExtendEng ExtendEng
** {} ; **
open ExtraEng --- to force compilation since this module is used in many places
in
{} ;