Fixed minor issues

This commit is contained in:
Alex Higgins 2015-08-28 11:47:30 -05:00
parent 941af0b677
commit 67bc87ab23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
/* internal functions
*/
u3_noun _b_dif_join(u3_noun d
u3_noun _b_dif_join(u3_noun d,
u3_noun e)
{
if ( u3_nul == d ) {

View File

@ -698,7 +698,7 @@ int FOO;
case c3__pmcl: u3x_cell(u3t(gen), &p_gen, &q_gen);
_mint_used();
{
u3_noun ruf = u3nt(c3__clhp, i
u3_noun ruf = u3nt(c3__clhp,
u3nc(u3_nul, 1),
u3k(p_gen));
u3_noun ret = _mint_grow(van, sut, gol, c3__zinc, ruf, q_gen);