jets: updates +rip and +rep stub jets to defer to nock

This commit is contained in:
Joe Bryan 2021-07-29 12:58:12 -04:00
parent ee07dee882
commit 35cac81c9b
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ u3qc_rep(u3_atom a,
}
u3l_log("rep: stub\r\n");
return u3m_bail(c3__fail);
return u3_none;
}
u3_noun

View File

@ -160,7 +160,7 @@ u3qc_rip(u3_atom a,
}
u3l_log("rip: stub\r\n");
return u3m_bail(c3__fail);
return u3_none;
}
u3_noun