comparison src/symtab.cc @ 3240:2e74d8aa1a20

[project @ 1999-04-07 18:33:23 by jwe]
author jwe
date Wed, 07 Apr 1999 18:34:20 +0000
parents d54ef0aa6e82
children 4964d5391acc
comparison
equal deleted inserted replaced
3239:d54ef0aa6e82 3240:2e74d8aa1a20
51 void 51 void
52 symbol_record::symbol_def::dump_symbol_info (void) 52 symbol_record::symbol_def::dump_symbol_info (void)
53 { 53 {
54 octave_stdout << "symbol_def::count: " << count << "\n"; 54 octave_stdout << "symbol_def::count: " << count << "\n";
55 octave_stdout << "def.type_name(): " << definition.type_name () << "\n"; 55 octave_stdout << "def.type_name(): " << definition.type_name () << "\n";
56 octave_stdout << "def.count(): " << definition.count () << "\n"; 56 octave_stdout << "def.count(): " << definition.get_count () << "\n";
57 } 57 }
58 58
59 // Individual records in a symbol table. 59 // Individual records in a symbol table.
60 60
61 // XXX FIXME XXX -- there are lots of places below where we should 61 // XXX FIXME XXX -- there are lots of places below where we should