Skip to content

Commit

Permalink
Update mor.c to take u3_noun
Browse files Browse the repository at this point in the history
  • Loading branch information
sigilante authored Oct 5, 2023
1 parent 20f4a34 commit c42e149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/noun/jets/c/mor.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@


u3_noun
u3qc_mor(u3_atom a,
u3_atom b)
u3qc_mor(u3_noun a,
u3_noun b)
{
c3_w c_w = u3r_mug(u3r_mug(a));
c3_w d_w = u3r_mug(u3r_mug(b));
Expand Down

0 comments on commit c42e149

Please sign in to comment.