| commit | fcf86fe5977ec47a0a6e32be9c1434ac808e2c4e | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tom@tromey.com> | Tue Jan 31 20:54:26 2023 -0700 |
| committer | Tom Tromey <tom@tromey.com> | Mon Feb 13 15:22:17 2023 -0700 |
| tree | d3cd86071cef1491e624a8d5b7fdf23cbac6d878 | |
| parent | 8181b7b65787041f16d08a5619789cece42b2553 [diff] |
Change some code to use value methods A few functions in value.c were accessing the internal fields of struct value. However, in these cases it seemed simpler to change them to use the public API rather than convert them to be methods. Approved-By: Simon Marchi <simon.marchi@efficios.com>