commit | 650a81d87bc438c67b077fcf4e529e3e9c772d5d | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri May 10 13:13:03 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri May 17 09:23:25 2024 -0600 |
tree | d2ea2bcad3f9c1e2cbc193e80d70bde013d2aa68 | |
parent | 1f8243f0398689189dfab7a669729a8c447467a8 [diff] |
Inline some ui_out methods I noticed a few ui_out methods that are just trivial wrappers. This patch moves these to ui-out.h, as it seems like they should be inlineable. Approved-By: Andrew Burgess <aburgess@redhat.com>