mirror of
https://github.com/urbit/shrub.git
synced 2024-12-29 23:23:52 +03:00
Merge pull request #5225 from urbit/jb/jet-bloq-fail
u3: replaces spurious bloq-size bail:exit's in +rap and +rep jets
This commit is contained in:
commit
57897fd726
@ -11,7 +11,7 @@
|
|||||||
u3_noun b)
|
u3_noun b)
|
||||||
{
|
{
|
||||||
if ( !_(u3a_is_cat(a)) || (a >= 32) ) {
|
if ( !_(u3a_is_cat(a)) || (a >= 32) ) {
|
||||||
return u3m_bail(c3__exit);
|
return u3m_bail(c3__fail);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
c3_g a_g = a;
|
c3_g a_g = a;
|
||||||
|
@ -98,7 +98,7 @@ _block_rep(u3_atom a,
|
|||||||
u3_noun b)
|
u3_noun b)
|
||||||
{
|
{
|
||||||
if ( !_(u3a_is_cat(a)) || (a >= 32) ) {
|
if ( !_(u3a_is_cat(a)) || (a >= 32) ) {
|
||||||
return u3m_bail(c3__exit);
|
return u3m_bail(c3__fail);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
c3_g a_g = a;
|
c3_g a_g = a;
|
||||||
|
Loading…
Reference in New Issue
Block a user