Mercurial > hg > octave-nkf
diff src/ov-typeinfo.h @ 10313:f3b65e1ae355
untabify src header files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 12:16:43 -0500 |
parents | cd96d29c5efa |
children | 12884915a8e4 |
line wrap: on
line diff
--- a/src/ov-typeinfo.h +++ b/src/ov-typeinfo.h @@ -64,35 +64,35 @@ static bool instance_ok (void); static int register_type (const std::string&, const std::string&, - const octave_value&); + const octave_value&); static bool register_unary_class_op (octave_value::unary_op, - unary_class_op_fcn); + unary_class_op_fcn); static bool register_unary_op (octave_value::unary_op, int, unary_op_fcn); static bool register_non_const_unary_op (octave_value::unary_op, int, - non_const_unary_op_fcn); + non_const_unary_op_fcn); static bool register_binary_class_op (octave_value::binary_op, - binary_class_op_fcn); + binary_class_op_fcn); static bool register_binary_op (octave_value::binary_op, int, int, - binary_op_fcn); + binary_op_fcn); static bool register_binary_class_op (octave_value::compound_binary_op, - binary_class_op_fcn); + binary_class_op_fcn); static bool register_binary_op (octave_value::compound_binary_op, int, int, - binary_op_fcn); + binary_op_fcn); static bool register_cat_op (int, int, cat_op_fcn); static bool register_assign_op (octave_value::assign_op, int, int, - assign_op_fcn); + assign_op_fcn); static bool register_assignany_op (octave_value::assign_op, int, - assignany_op_fcn); + assignany_op_fcn); static bool register_pref_assign_conv (int, int, int); @@ -247,34 +247,34 @@ Array2<void *> widening_ops; int do_register_type (const std::string&, const std::string&, - const octave_value&); + const octave_value&); bool do_register_unary_class_op (octave_value::unary_op, unary_class_op_fcn); bool do_register_unary_op (octave_value::unary_op, int, unary_op_fcn); bool do_register_non_const_unary_op (octave_value::unary_op, int, - non_const_unary_op_fcn); + non_const_unary_op_fcn); bool do_register_binary_class_op (octave_value::binary_op, - binary_class_op_fcn); + binary_class_op_fcn); bool do_register_binary_op (octave_value::binary_op, int, int, - binary_op_fcn); + binary_op_fcn); bool do_register_binary_class_op (octave_value::compound_binary_op, - binary_class_op_fcn); + binary_class_op_fcn); bool do_register_binary_op (octave_value::compound_binary_op, int, int, - binary_op_fcn); + binary_op_fcn); bool do_register_cat_op (int, int, cat_op_fcn); bool do_register_assign_op (octave_value::assign_op, int, int, - assign_op_fcn); + assign_op_fcn); bool do_register_assignany_op (octave_value::assign_op, int, - assignany_op_fcn); + assignany_op_fcn); bool do_register_pref_assign_conv (int, int, int);