Mercurial > hg > octave-lyh
comparison src/symtab.h @ 8884:579de77acd90
strsplit.m: style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 27 Feb 2009 03:31:41 -0500 |
parents | 8ed42c679af5 |
children | ab87d08d9a1b |
comparison
equal
deleted
inserted
replaced
8883:7de0992eb123 | 8884:579de77acd90 |
---|---|
2062 { | 2062 { |
2063 symbol_record& sr = do_insert (name); | 2063 symbol_record& sr = do_insert (name); |
2064 | 2064 |
2065 sr.force_variable (context); | 2065 sr.force_variable (context); |
2066 } | 2066 } |
2067 else | |
2068 p->second.force_variable (context); | |
2067 } | 2069 } |
2068 | 2070 |
2069 octave_value& do_varref (const std::string& name, context_id context) | 2071 octave_value& do_varref (const std::string& name, context_id context) |
2070 { | 2072 { |
2071 table_iterator p = table.find (name); | 2073 table_iterator p = table.find (name); |