commit | 82ca8f72011ed3d4661fc05e908cfa8f01c8f6f2 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Jan 31 13:59:56 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Mon Feb 13 15:22:12 2023 -0700 |
tree | 2fe3ccb1934b66a200b9aa219a33bf3c8cdaf436 | |
parent | 78259c365fb3c8e4fba9c19020fb8bdd8546c9f9 [diff] |
Turn allocate_value_contents into a method This turns the static function allocate_value_contents into a method on value. It is temporarily public, until some users are converted. set_limited_array_length is converted as well. Approved-By: Simon Marchi <simon.marchi@efficios.com>