Fix handling of .^ errors.

This commit is contained in:
C. Guy Yarvin 2014-11-26 11:00:50 -08:00
parent 2e9abc4b68
commit 5736ea6e00
2 changed files with 3 additions and 3 deletions

View File

@ -109,8 +109,7 @@
** is no kick, TRANSFERRED if one.
*/
u3_weak
u3j_kick(u3_noun cor,
u3_noun axe);
u3j_kick(u3_noun cor, u3_noun axe);
/* u3j_kink(): kick either by jet or by nock.
*/

3
n/n.c
View File

@ -307,7 +307,7 @@ u3n_nock_on(u3_noun bus, u3_noun fol)
case 11: {
u3_noun gof = u3n_nock_on(bus, u3k(gal));
u3_noun val = u3m_soft_esc(gof);
u3_noun val = u3m_soft_esc(u3k(gof));
if ( !_(u3du(val)) ) {
u3m_bail(u3nt(1, gof, 0));
@ -315,6 +315,7 @@ u3n_nock_on(u3_noun bus, u3_noun fol)
else {
u3_noun pro;
u3z(gof);
u3z(fol);
pro = u3k(u3t(val));
u3z(val);