Move completions from linked list to std::set

This commit is contained in:
ridiculousfish
2012-04-09 20:17:06 -07:00
parent 8585e0e9b8
commit e2c3ca9950
2 changed files with 36 additions and 29 deletions

View File

@@ -2332,8 +2332,8 @@ void parser_t::eval_job( tokenizer *tok )
if(!skip )
{
int was_builtin = 0;
// if( j->first_process->type==INTERNAL_BUILTIN && !j->first_process->next)
// was_builtin = 1;
if( j->first_process->type==INTERNAL_BUILTIN && !j->first_process->next)
was_builtin = 1;
prev_tokenizer_pos = current_tokenizer_pos;
current_tokenizer_pos = job_begin_pos;
exec( *this, j );