Activate ++lune jet

This commit is contained in:
Raymond Pasco 2016-03-03 00:06:24 -05:00
parent 66b99d0a6e
commit e9a429fbdd
4 changed files with 5 additions and 0 deletions

View File

@ -262,6 +262,7 @@ J_E_OFILES=\
jets/e/shax.o \
jets/e/lore.o \
jets/e/loss.o \
jets/e/lune.o \
jets/e/trip.o
J_E_OFILES_ED=\

View File

@ -97,6 +97,7 @@
u3_noun u3qe_rub(u3_atom, u3_atom);
u3_noun u3qe_lore(u3_atom);
u3_noun u3qe_loss(u3_noun, u3_noun);
u3_noun u3qe_lune(u3_atom);
u3_noun u3qe_repg(u3_noun, u3_noun, u3_noun);
u3_noun u3qe_rexp(u3_noun, u3_noun);
u3_noun u3qe_trip(u3_atom);

View File

@ -102,6 +102,7 @@
u3_noun u3we_rub(u3_noun);
u3_noun u3we_lore(u3_noun);
u3_noun u3we_loss(u3_noun);
u3_noun u3we_lune(u3_noun);
u3_noun u3we_mink(u3_noun);
u3_noun u3we_mule(u3_noun);
u3_noun u3we_repg(u3_noun);

View File

@ -124,6 +124,7 @@ static u3j_harm _mood__hoon_mat_a[] = {{".2", u3we_mat}, {}};
static u3j_harm _mood__hoon_rub_a[] = {{".2", u3we_rub}, {}};
static u3j_harm _mood__hoon_lore_a[] = {{".2", u3we_lore}, {}};
static u3j_harm _mood__hoon_loss_a[] = {{".2", u3we_loss}, {}};
static u3j_harm _mood__hoon_lune_a[] = {{".2", u3we_lune}, {}};
static u3j_harm _mood__hoon_mink_a[] = {{".2", u3we_mink}, {}};
static u3j_harm _mood__hoon_mule_a[] = {{".2", u3we_mule}, {}};
static u3j_harm _mood__hoon_repg_a[] = {{".2", u3we_repg}, {}};
@ -484,6 +485,7 @@ static u3j_core _mood__hoon_d[] =
{ "rub", _mood__hoon_rub_a },
{ "lore", _mood__hoon_lore_a },
{ "loss", _mood__hoon_loss_a },
{ "lune", _mood__hoon_lune_a },
{ "mink", _mood__hoon_mink_a },
{ "mule", _mood__hoon_mule_a },
{ "repg", _mood__hoon_repg_a },