Skip to content

Commit

Permalink
GH-18 Fix missing trace macro for normal build; see commit 8f72051.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus committed Aug 22, 2024
1 parent db6c8fc commit 2c861af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/post4.c
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,7 @@ p4Create(P4_Options *opts)
#ifdef NDEBUG
# define p4Bp(ctx)
# define p4Trace(ctx, P4_Xt)
# define p4TraceLit(ctx, P4_Xt)
#else
static void
p4Bp(P4_Ctx *ctx)
Expand Down

0 comments on commit 2c861af

Please sign in to comment.