commit | 4eaa39a22ddcac55f3b0dbbf5f4200ebff1be343 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Sep 05 12:30:08 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Sep 18 12:21:07 2023 -0600 |
tree | 8c611eb64272ab0d51ce05900b420ab9eb199dd1 | |
parent | cf2ab5ef0b716dea512d85276c484fce758fa5d4 [diff] |
Move val_prettyformat to valprint.h I stumbled across an ancient FIXME comment that was easy to fix -- val_prettyformat does not need to be in defs.h, and is easily moved to valprint.h, where (despite what the comment says) it belongs. Tested by rebuilding.