comparison src/ov-struct.cc @ 2477:3d905d3820a4

[project @ 1996-11-07 16:46:11 by jwe]
author jwe
date Thu, 07 Nov 1996 16:48:16 +0000
parents 1d7925d6bede
children 8b262e771614
comparison
equal deleted inserted replaced
2476:4de4cebed088 2477:3d905d3820a4
32 32
33 #include "error.h" 33 #include "error.h"
34 #include "ov-struct.h" 34 #include "ov-struct.h"
35 #include "unwind-prot.h" 35 #include "unwind-prot.h"
36 36
37 int octave_struct::t_id = -1; 37 octave_allocator
38 octave_struct::allocator (sizeof (octave_struct));
38 39
39 const string octave_struct::t_name ("struct"); 40 int
41 octave_struct::t_id (-1);
40 42
43 const string
44 octave_struct::t_name ("struct");
41 45
42 octave_value 46 octave_value
43 octave_struct::struct_elt_val (const string& nm, bool silent) const 47 octave_struct::struct_elt_val (const string& nm, bool silent) const
44 { 48 {
45 octave_value retval; 49 octave_value retval;