commit | 02744ba9a2cfb7d1d2b8ebb6e80178a68bf56e06 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Jan 31 14:11:48 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Mon Feb 13 15:22:16 2023 -0700 |
tree | 2c470e976d1488b6aa7b80641ec7e8e8c12d27f5 | |
parent | 82ca8f72011ed3d4661fc05e908cfa8f01c8f6f2 [diff] |
Turn value_contents_eq into a method This changes value_contents_eq to be a method of value. It also converts the static function value_contents_bits_eq into a private method. Approved-By: Simon Marchi <simon.marchi@efficios.com>