mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-07 07:30:23 +03:00
jets: add empty hashes
This commit is contained in:
parent
f881810c4b
commit
8abcd4d6e1
@ -608,9 +608,17 @@ static c3_c* _141_qua_trip_ha[] = {
|
||||
};
|
||||
|
||||
static u3j_harm _141_qua_slaw_a[] = {{".2", u3we_slaw}, {}};
|
||||
static c3_c* _141_qua_slaw_ha[] = {
|
||||
0
|
||||
};
|
||||
static u3j_harm _141_qua_scot_a[] = {{".2", u3we_scot}, {}};
|
||||
static c3_c* _141_qua_scot_ha[] = {
|
||||
0
|
||||
};
|
||||
static u3j_harm _141_qua_scow_a[] = {{".2", u3we_scow}, {}};
|
||||
|
||||
static c3_c* _141_qua_scow_ha[] = {
|
||||
0
|
||||
};
|
||||
|
||||
static u3j_harm _141_qua__po_ind_a[] = {{".2", u3wcp_ind}, {}};
|
||||
static c3_c* _141_qua__po_ind_ha[] = {
|
||||
@ -889,9 +897,9 @@ static u3j_core _141_qua_d[] =
|
||||
{ "mink", 7, _141_qua_mink_a, 0, _141_qua_mink_ha },
|
||||
{ "mule", 7, _141_qua_mule_a, 0, _141_qua_mule_ha },
|
||||
|
||||
{ "scot", 7, _141_qua_scot_a, 0, 0 },
|
||||
{ "scow", 7, _141_qua_scow_a, 0, 0 },
|
||||
{ "slaw", 7, _141_qua_slaw_a, 0, 0 },
|
||||
{ "scot", 7, _141_qua_scot_a, 0, _141_qua_scot_ha },
|
||||
{ "scow", 7, _141_qua_scow_a, 0, _141_qua_scow_ha },
|
||||
{ "slaw", 7, _141_qua_slaw_a, 0, _141_qua_slaw_ha },
|
||||
{}
|
||||
};
|
||||
static c3_c* _141_qua_ha[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user