mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-04 21:33:41 +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
|
||||
_song_atom(u3_atom(a), u3_atom(b))
|
||||
_song_atom(u3_atom a, u3_atom b)
|
||||
{
|
||||
u3a_atom* a_u = u3a_to_ptr(a);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user