Skip to content

Commit

Permalink
Merge branch 'topic/lal_accept_stmt_body' into 'master'
Browse files Browse the repository at this point in the history
VB07-098: Adapt to API change in LAL

See merge request eng/ide/libadalang-tools!2
  • Loading branch information
raph-amiard committed Dec 12, 2022
2 parents 9656242 + 6592adb commit 3c9628a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pp-actions.adb
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,9 @@ package body Pp.Actions is
when Ada_Subp_Spec => null,
when Ada_Aggregate_Assoc => null,

when Ada_Accept_Stmt_Body => null,
-- empty accept stmt body

when Ada_Entry_Completion_Formal_Params => L ("!"),

when Ada_Constrained_Array_Indices |
Expand Down

0 comments on commit 3c9628a

Please sign in to comment.