diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-03-20 21:15:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-03-20 21:15:01 -0700 |
commit | 54921bc3ccd6638b8cd6ad9b59aefcd2e9af4e18 (patch) | |
tree | fd39b22e206fd0973f0c23fe047d6001303ff42c /termios.c | |
parent | f4d72d5d69d7317bf4e0aa172f1f122bb89210b0 (diff) | |
download | txr-54921bc3ccd6638b8cd6ad9b59aefcd2e9af4e18.tar.gz txr-54921bc3ccd6638b8cd6ad9b59aefcd2e9af4e18.tar.bz2 txr-54921bc3ccd6638b8cd6ad9b59aefcd2e9af4e18.zip |
vm: allocate display in same object as closure.
* vm.c (struct vm_closure): Redeclare display member as array
of 1: old-fashioned version of C struct hack.
(vm_make_closure): Make the necessary adjustments to the
allocation code.
(vm_closure_destroy): Static function removed.
(vm_closure_mark): Wire in cobj_destroy_free_op once again,
since there is just one object to free.
Diffstat (limited to 'termios.c')
0 files changed, 0 insertions, 0 deletions