mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-24 11:41:15 -03:00
Beginnings of instance parser work
This commit is contained in:
@@ -2493,7 +2493,7 @@ static void eval_job( tokenizer *tok )
|
||||
|
||||
}
|
||||
|
||||
int eval( const wchar_t *cmd, io_data_t *io, int block_type )
|
||||
int eval( const wchar_t *cmd, io_data_t *io, enum block_type_t block_type )
|
||||
{
|
||||
size_t forbid_count;
|
||||
int code;
|
||||
|
||||
Reference in New Issue
Block a user