Mercurial > hg > octave-avbm
diff src/symtab.cc @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 7ba9ad1fec11 |
children | cbf717bf8150 |
line wrap: on
line diff
--- a/src/symtab.cc +++ b/src/symtab.cc @@ -475,7 +475,7 @@ // mat is a 12x3 matrix // ^^^^ => 4 columns // -// XXX FIXME XXX -- why not just use the dim_vector::str () method? +// FIXME -- why not just use the dim_vector::str () method? int symbol_record::dimensions_string_req_total_space (int print_dims) const @@ -492,7 +492,7 @@ // Make the dimensions-string. For example: mat is a 2x3 matrix. // ^^^ // -// XXX FIXME XXX -- why not just use the dim_vector::str () method? +// FIXME -- why not just use the dim_vector::str () method? std::string symbol_record::make_dimensions_string (int print_dims) const @@ -797,7 +797,7 @@ new_name.c_str ()); } -// XXX FIXME XXX -- it would be nice to eliminate a lot of the +// FIXME -- it would be nice to eliminate a lot of the // following duplicate code. void @@ -1404,7 +1404,7 @@ idx += cmd.length (); - // XXX FIXME XXX -- use iostream functions instead of sscanf! + // FIXME -- use iostream functions instead of sscanf! if (cmd.find_first_of ("crl") != 1) items = sscanf (cmd.c_str (), "%c%c:%d:%d:%d:%d;", @@ -1539,7 +1539,7 @@ if (show_verbose) { - // XXX FIXME XXX Should separate argv to lists with and without dots. + // FIXME Should separate argv to lists with and without dots. Array<symbol_record *> xsymbols = symbol_list (argv, type, scope); Array<symbol_record *> xsubsymbols = subsymbol_list (argv, type, scope);