comparison src/ov-bool.cc @ 3219:30770ba4457a

[project @ 1998-11-13 03:44:31 by jwe]
author jwe
date Fri, 13 Nov 1998 03:44:36 +0000
parents ebbc34ff7f66
children 3ee04ff37b3e
comparison
equal deleted inserted replaced
3218:2c91af0db179 3219:30770ba4457a
38 #include "ov-bool.h" 38 #include "ov-bool.h"
39 #include "ov-re-mat.h" 39 #include "ov-re-mat.h"
40 #include "ov-scalar.h" 40 #include "ov-scalar.h"
41 #include "pr-output.h" 41 #include "pr-output.h"
42 42
43 octave_allocator 43 DEFINE_OCTAVE_ALLOCATOR (octave_bool);
44 octave_bool::allocator (sizeof (octave_bool));
45 44
46 int 45 DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_bool, "bool");
47 octave_bool::t_id (-1);
48
49 const string
50 octave_bool::t_name ("bool");
51 46
52 static octave_value * 47 static octave_value *
53 default_numeric_conversion_function (const octave_value& a) 48 default_numeric_conversion_function (const octave_value& a)
54 { 49 {
55 CAST_CONV_ARG (const octave_bool&); 50 CAST_CONV_ARG (const octave_bool&);