commit | cdf3de175d41acec85d6c3cc8b599f79658edb06 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Jan 31 14:25:29 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Mon Feb 13 15:22:16 2023 -0700 |
tree | 7f88b2ac4f2fb3ca547575063bae003ade56abab | |
parent | d3824ae14ac64c10733537969a0bd58a9385cbf2 [diff] |
Turn value_incref and value_decref into methods This changes value_incref and value_decref to be methods of value. Much of this patch was written by script. Approved-By: Simon Marchi <simon.marchi@efficios.com>