commit | 78259c365fb3c8e4fba9c19020fb8bdd8546c9f9 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Jan 31 13:53:55 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Mon Feb 13 15:22:04 2023 -0700 |
tree | a9ed03e77f218d92e18fddf68a7f4ba8581f1af9 | |
parent | bbe912ba8898f5440028a35d0a206d70a6877ed6 [diff] |
Turn value_fetch_lazy into a method This changes value_fetch_lazy to be a method of value. A few helper functions are converted as well, to avoid problems in later patches when the data members are all made private. Approved-By: Simon Marchi <simon.marchi@efficios.com>