From 8b2e4c16939a8cbdbce0af96e9d92816bdf3a474 Mon Sep 17 00:00:00 2001 From: "C. Guy Yarvin" Date: Sun, 17 Jan 2016 20:55:11 -0800 Subject: [PATCH] Some change. --- jets/f/ut_find.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/jets/f/ut_find.c b/jets/f/ut_find.c index 50aeab6a11..0e9db6341e 100644 --- a/jets/f/ut_find.c +++ b/jets/f/ut_find.c @@ -9,9 +9,17 @@ u3_noun dep, u3_noun way, u3_noun hyp, + u3_noun nol, u3_noun gil) { - + if ( u3_nul == hyp ) { + return u3nq(c3y, u3k(nol), c3y, u3k(sut)); + } + else { + u3_noun i_hyp = u3h(hyp); + u3_noun t_hyp = u3t(hyp); + u3_noun mor = _find_outer(van, sut, dep, way, t_hyp, nol, gil); + } } {