Mercurial > hg > octave-lyh
comparison src/symtab.cc @ 4214:b9317f3973ec
[project @ 2002-12-04 04:57:01 by jwe]
author | jwe |
---|---|
date | Wed, 04 Dec 2002 04:57:01 +0000 |
parents | e96f52432059 |
children | ccfdb55c8156 |
comparison
equal
deleted
inserted
replaced
4213:f8f7fc582c62 | 4214:b9317f3973ec |
---|---|
392 if (! context.empty ()) | 392 if (! context.empty ()) |
393 { | 393 { |
394 if (--definition->count <= 0) | 394 if (--definition->count <= 0) |
395 delete definition; | 395 delete definition; |
396 | 396 |
397 definition = context.pop (); | 397 definition = context.top (); |
398 | 398 context.pop (); |
399 linked_to_global = global_link_context.pop (); | 399 |
400 linked_to_global = global_link_context.top (); | |
401 global_link_context.pop (); | |
400 } | 402 } |
401 } | 403 } |
402 | 404 |
403 void | 405 void |
404 symbol_record::print_symbol_info_line (std::ostream& os) const | 406 symbol_record::print_symbol_info_line (std::ostream& os) const |