Skip to content

Commit

Permalink
u3: redeclare inline u3x_atom for linkability (#552)
Browse files Browse the repository at this point in the history
This PR fixes my mistake in #536. Thanks for @liam-fitzgerald for
flagging that this broke debug builds.
  • Loading branch information
pkova authored Nov 14, 2023
2 parents d12eb8e + 564cd02 commit 195029d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/noun/xtract.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include "manage.h"
#include "retrieve.h"

u3_atom
u3x_atom(u3_noun a);
u3_noun
u3x_good(u3_weak som);

Expand Down

0 comments on commit 195029d

Please sign in to comment.