mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-27 17:02:32 +03:00
Merge pull request #5145 from urbit/jb/rip-stub
jets: updates +rip and +rep stub jets to defer to nock
This commit is contained in:
commit
5bffee591b
@ -170,7 +170,7 @@ u3qc_rep(u3_atom a,
|
|||||||
}
|
}
|
||||||
|
|
||||||
u3l_log("rep: stub\r\n");
|
u3l_log("rep: stub\r\n");
|
||||||
return u3m_bail(c3__fail);
|
return u3_none;
|
||||||
}
|
}
|
||||||
|
|
||||||
u3_noun
|
u3_noun
|
||||||
|
@ -160,7 +160,7 @@ u3qc_rip(u3_atom a,
|
|||||||
}
|
}
|
||||||
|
|
||||||
u3l_log("rip: stub\r\n");
|
u3l_log("rip: stub\r\n");
|
||||||
return u3m_bail(c3__fail);
|
return u3_none;
|
||||||
}
|
}
|
||||||
|
|
||||||
u3_noun
|
u3_noun
|
||||||
|
Loading…
Reference in New Issue
Block a user