Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/src/ov-struct.cc +++ b/src/ov-struct.cc @@ -34,10 +34,14 @@ #include "ov-struct.h" #include "unwind-prot.h" -int octave_struct::t_id = -1; +octave_allocator +octave_struct::allocator (sizeof (octave_struct)); -const string octave_struct::t_name ("struct"); +int +octave_struct::t_id (-1); +const string +octave_struct::t_name ("struct"); octave_value octave_struct::struct_elt_val (const string& nm, bool silent) const