comparison libinterp/octave-value/ov-vm.h @ 32151:72dcb1cef2c9

maint: Strip trailing whitespace from source files. Modified files: NEWS.8.md, file-editor-tab.cc, call-stack.cc, compile.cc, perms.cc, stack-frame.cc, ov-base.cc, ov-fcn-handle.cc, ov-fcn-handle.h, ov-fcn.cc, ov-oncleanup.h, ov-range.cc, ov-range.h, ov-ref.cc, ov-ref.h, ov-scalar.h, ov-struct.cc, ov-vm.h, pt-bytecode-vm-internal.h, pt-bytecode-vm.cc, pt-bytecode-vm.h, pt-bytecode-walk.cc, pt-eval.cc, isuniform.m, inputParser.m, xlim.m, ylim.m, zlim.m, movfun.m, std.m, var.m, isstrprop.m, bench.m, bench.py, bytecode.tst, bytecode_anon_handles.m, bytecode_cell.m, bytecode_dountil.m, bytecode_end.m, bytecode_errors.m, bytecode_eval_1.m, bytecode_for.m, bytecode_global_1.m, bytecode_if.m, bytecode_leaks.m, bytecode_matrix.m, bytecode_multi_assign.m, bytecode_persistant.m, bytecode_range.m, bytecode_trycatch.m, bytecode_unwind.m, bytecode_while.m, bytecode_disp.m, bytecode_disp.tst, parser.tst.
author John W. Eaton <jwe@octave.org>
date Mon, 19 Jun 2023 23:21:41 -0400
parents 994b527e0ffe
children 4d6615bca5b4
comparison
equal deleted inserted replaced
32150:994b527e0ffe 32151:72dcb1cef2c9
34 34
35 // octave_value_vm is to be used only by the VM 35 // octave_value_vm is to be used only by the VM
36 // and need to have the same bit representation as 36 // and need to have the same bit representation as
37 // an octave_value. 37 // an octave_value.
38 // 38 //
39 // A octave_value_vm object might not be assigned 39 // A octave_value_vm object might not be assigned
40 // to itself or have a nullptr m_rep when being 40 // to itself or have a nullptr m_rep when being
41 // assigned to. 41 // assigned to.
42 42
43 class octave_value_vm 43 class octave_value_vm
44 { 44 {