Mercurial > hg > octave-nkf
diff src/ov-file.cc @ 3219:30770ba4457a
[project @ 1998-11-13 03:44:31 by jwe]
author | jwe |
---|---|
date | Fri, 13 Nov 1998 03:44:36 +0000 |
parents | 4e7bea116f24 |
children | 585a8809fd9b |
line wrap: on
line diff
--- a/src/ov-file.cc +++ b/src/ov-file.cc @@ -36,14 +36,9 @@ #include "ov-scalar.h" #include "unwind-prot.h" -octave_allocator -octave_file::allocator (sizeof (octave_file)); +DEFINE_OCTAVE_ALLOCATOR (octave_file); -int -octave_file::t_id (-1); - -const string -octave_file::t_name ("file"); +DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_file, "file"); static octave_value * default_numeric_conversion_function (const octave_value& a)