commit | 8176838655f6e1174cae2e3670ba172fa7b232db | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Feb 23 10:37:31 2023 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Tue Mar 14 08:16:39 2023 -0600 |
tree | e088b4ac4cebb76ca0e97953e678e9ac41b575b9 | |
parent | 7607de943130608a0798a550581b15331d140825 [diff] |
Rename gdb_mpq::val and make contents private This changes gdb_mpq to hide its data, and renames the data member from 'val' to 'm_val', following gdb convention.