Skip to content

Commit

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


u3_noun
u3qc_dor(u3_atom a,
u3_atom b)
u3qc_dor(u3_noun a,
u3_noun b)
{
if ( c3y == u3r_sing(a, b) ) {
return c3y;
Expand Down

0 comments on commit 20f4a34

Please sign in to comment.