mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 12:15:43 +03:00
Fully onto frog. Next, delete old %fork.
This commit is contained in:
parent
7447cc418b
commit
4f31be75db
@ -89,8 +89,12 @@
|
||||
u3_atom
|
||||
u3ke_jam(u3_noun a);
|
||||
|
||||
/* u3ke_trip: atom to tape.
|
||||
/* u3ke_trip(): atom to tape.
|
||||
*/
|
||||
u3_noun
|
||||
u3ke_trip(u3_noun a);
|
||||
|
||||
/* u3kf_frog(): build %fork span.
|
||||
*/
|
||||
u3_noun
|
||||
u3kf_frog(u3_noun yed);
|
||||
|
@ -107,3 +107,12 @@
|
||||
return u3nc(c3__frog, u3kdi_tap(lez, u3_nul));
|
||||
}
|
||||
}
|
||||
|
||||
u3_noun
|
||||
u3kf_frog(u3_noun yed)
|
||||
{
|
||||
u3_noun ret = u3qf_frog(yed);
|
||||
|
||||
u3z(yed);
|
||||
return ret;
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
*/
|
||||
#include "all.h"
|
||||
|
||||
#undef FROG
|
||||
#define FROG
|
||||
|
||||
/* logic
|
||||
*/
|
||||
@ -168,7 +168,7 @@
|
||||
#ifdef FROG
|
||||
case c3__frog: p_sut = u3t(sut);
|
||||
{
|
||||
return u3qf_frog(_crop_dext_frog(van, p_sut, ref, bix));
|
||||
return u3kf_frog(_crop_dext_frog(van, p_sut, ref, bix));
|
||||
}
|
||||
#else
|
||||
case c3__frog: p_sut = u3t(sut);
|
||||
|
@ -3,7 +3,7 @@
|
||||
*/
|
||||
#include "all.h"
|
||||
|
||||
#undef FROG
|
||||
#define FROG
|
||||
|
||||
/* functions
|
||||
*/
|
||||
|
@ -3,7 +3,7 @@
|
||||
*/
|
||||
#include "all.h"
|
||||
|
||||
#undef FROG
|
||||
#define FROG
|
||||
|
||||
/* logic
|
||||
*/
|
||||
@ -149,7 +149,7 @@
|
||||
#ifdef FROG
|
||||
case c3__frog: p_sut = u3t(sut);
|
||||
{
|
||||
return _fuse_in_frog(van, p_sut, ref, bix);
|
||||
return u3kf_frog(_fuse_in_frog(van, p_sut, ref, bix));
|
||||
}
|
||||
#else
|
||||
case c3__frog: p_sut = u3t(sut);
|
||||
|
@ -3,7 +3,7 @@
|
||||
*/
|
||||
#include "all.h"
|
||||
|
||||
#undef FROG
|
||||
#define FROG
|
||||
|
||||
/* logic
|
||||
*/
|
||||
|
@ -3,7 +3,7 @@
|
||||
*/
|
||||
#include "all.h"
|
||||
|
||||
#undef FROG
|
||||
#define FROG
|
||||
|
||||
/* logic
|
||||
*/
|
||||
@ -134,7 +134,7 @@
|
||||
case c3__frog: {
|
||||
p_sut = u3t(sut);
|
||||
|
||||
return _peek_frog(van, p_sut, way, axe, gil);
|
||||
return u3kf_frog(_peek_frog(van, p_sut, way, axe, gil));
|
||||
}
|
||||
#else
|
||||
case c3__frog: p_sut = u3t(sut);
|
||||
|
@ -3,7 +3,7 @@
|
||||
*/
|
||||
#include "all.h"
|
||||
|
||||
#undef FROG
|
||||
#define FROG
|
||||
|
||||
static u3_noun _cqfu_wrap(u3_noun, u3_noun, u3_noun);
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
#ifdef FROG
|
||||
case c3__frog: p_sut = u3t(sut);
|
||||
{
|
||||
return u3qf_frog(_wrap_frog(van, p_sut, yoz));
|
||||
return u3kf_frog(_wrap_frog(van, p_sut, yoz));
|
||||
}
|
||||
#else
|
||||
case c3__frog: p_sut = u3t(sut);
|
||||
|
Loading…
Reference in New Issue
Block a user