mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-26 08:25:04 +03:00
jet: +rep:by
This commit is contained in:
parent
1f7caacd15
commit
6bec4807da
@ -91,6 +91,7 @@
|
||||
u3_noun u3wdb_put(u3_noun);
|
||||
# define u3wdb_tap u3wdi_tap
|
||||
u3_noun u3wdb_uni(u3_noun);
|
||||
# define u3wdb_rep u3wdi_rep
|
||||
u3_noun u3wdb_run(u3_noun);
|
||||
# define u3wdb_wyt u3wdi_wyt
|
||||
|
||||
|
@ -1646,6 +1646,7 @@ static c3_c* _141_two__in_ha[] = {
|
||||
|
||||
static u3j_harm _141_two__by_apt_a[] = {{".2", u3wdb_apt, c3y}, {}};
|
||||
static u3j_harm _141_two__by_key_a[] = {{".2", u3wdb_key, c3y}, {}};
|
||||
static u3j_harm _141_two__by_rep_a[] = {{".2", u3wdb_rep, c3y}, {}};
|
||||
static u3j_harm _141_two__by_run_a[] = {{".2", u3wdb_run, c3y}, {}};
|
||||
static u3j_harm _141_two__by_wyt_a[] = {{".2", u3wdb_wyt, c3y}, {}};
|
||||
|
||||
@ -1671,6 +1672,7 @@ static u3j_core _141_two__by_d[] =
|
||||
{ "jab", 7, _141_two__by_jab_a, 0, _141_two__by_jab_ha },
|
||||
{ "key", 7, _141_two__by_key_a },
|
||||
{ "put", 7, _141_two__by_put_a, 0, _141_two__by_put_ha },
|
||||
{ "rep", 7, _141_two__by_rep_a },
|
||||
{ "run", 7, _141_two__by_run_a },
|
||||
{ "tap", 7, _141_two__by_tap_a, 0, _141_two__by_tap_ha },
|
||||
{ "wyt", 3, _141_two__by_wyt_a },
|
||||
|
Loading…
Reference in New Issue
Block a user