slightly odd syntax on _song_atom

This commit is contained in:
Paul Driver 2018-01-29 10:52:47 -08:00
parent 665e0899ad
commit d214d00e89

View File

@ -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);