vere: reorder u3v functions

This commit is contained in:
Jōshin 2021-12-26 07:08:05 +00:00
parent 2526c4b59d
commit c7f4768e40
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0
2 changed files with 14 additions and 14 deletions

View File

@ -67,16 +67,16 @@
void void
u3v_time(u3_noun now); u3v_time(u3_noun now);
/* u3v_peek(): query the reck namespace.
*/
u3_noun
u3v_peek(u3_noun hap);
/* u3v_lily(): parse little atom. /* u3v_lily(): parse little atom.
*/ */
c3_o c3_o
u3v_lily(u3_noun fot, u3_noun txt, c3_l* tid_l); u3v_lily(u3_noun fot, u3_noun txt, c3_l* tid_l);
/* u3v_peek(): query the reck namespace.
*/
u3_noun
u3v_peek(u3_noun hap);
/* u3v_poke(): insert and apply an input ovum (protected). /* u3v_poke(): insert and apply an input ovum (protected).
*/ */
u3_noun u3_noun

View File

@ -184,15 +184,6 @@ _cv_time_bump(u3_reck* rec_u)
} }
#endif #endif
/* u3v_peek(): query the reck namespace (protected).
*/
u3_noun
u3v_peek(u3_noun sam)
{
u3_noun fun = u3n_nock_on(u3k(u3A->roc), u3k(u3x_at(_CVX_PEEK, u3A->roc)));
return u3n_slam_on(fun, sam);
}
/* u3v_lily(): parse little atom. /* u3v_lily(): parse little atom.
*/ */
c3_o c3_o
@ -216,6 +207,15 @@ u3v_lily(u3_noun fot, u3_noun txt, c3_l* tid_l)
} }
} }
/* u3v_peek(): query the reck namespace (protected).
*/
u3_noun
u3v_peek(u3_noun sam)
{
u3_noun fun = u3n_nock_on(u3k(u3A->roc), u3k(u3x_at(_CVX_PEEK, u3A->roc)));
return u3n_slam_on(fun, sam);
}
/* u3v_poke(): insert and apply an input ovum (protected). /* u3v_poke(): insert and apply an input ovum (protected).
*/ */
u3_noun u3_noun