mirror of
https://github.com/urbit/shrub.git
synced 2025-01-08 06:00:27 +03:00
slightly odd syntax on _song_atom
This commit is contained in:
parent
665e0899ad
commit
d214d00e89
@ -622,7 +622,7 @@ _sung_one(u3_noun* a, u3_noun* b)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static inline c3_o
|
static inline c3_o
|
||||||
_song_atom(u3_atom(a), u3_atom(b))
|
_song_atom(u3_atom a, u3_atom b)
|
||||||
{
|
{
|
||||||
u3a_atom* a_u = u3a_to_ptr(a);
|
u3a_atom* a_u = u3a_to_ptr(a);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user