Skip to content

Commit

Permalink
INLINE to static inline for refactored function.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jan 23, 2025
1 parent b145c07 commit e30952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/sema_expr.c
Original file line number Diff line number Diff line change
Expand Up @@ -9924,7 +9924,7 @@ bool sema_analyse_expr_address(SemaContext *context, Expr *expr)
}


INLINE bool sema_analyse_expr_lvalue_dispatch(SemaContext *context, Expr *expr, bool *failed_ref)
static inline bool sema_analyse_expr_lvalue_dispatch(SemaContext *context, Expr *expr, bool *failed_ref)
{
RETRY:
switch (expr->expr_kind)
Expand Down

0 comments on commit e30952b

Please sign in to comment.