commit | 66834f8da920eb2f2c348259046667decdcfb822 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Dec 07 17:28:30 2024 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Dec 20 10:07:03 2024 -0700 |
tree | 3a15596e4d7c84a09d3d9f31574058b8edd2927a | |
parent | cd676397e5a7920eb0fc916bfde787dde8dea149 [diff] |
Use block::is_static_block in ada-lang.c This changes one spot in ada-lang.c to use block::is_static_block rather than a hand-rolled implementation. Note this also fixes the call -- what is currently written there is wrong. Approved-By: Tom de Vries <tdevries@suse.de>