From 6bec4807daa55e73613f58d75202badbb3ca168a Mon Sep 17 00:00:00 2001 From: Elliot Glaysher Date: Tue, 12 May 2020 10:54:59 -0700 Subject: [PATCH] jet: +rep:by --- pkg/urbit/include/jets/w.h | 1 + pkg/urbit/jets/tree.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pkg/urbit/include/jets/w.h b/pkg/urbit/include/jets/w.h index a3271dc2f..64492c34e 100644 --- a/pkg/urbit/include/jets/w.h +++ b/pkg/urbit/include/jets/w.h @@ -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 diff --git a/pkg/urbit/jets/tree.c b/pkg/urbit/jets/tree.c index 124a39d30..57edcaeb4 100644 --- a/pkg/urbit/jets/tree.c +++ b/pkg/urbit/jets/tree.c @@ -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 },