Beginnings of instance parser work

This commit is contained in:
ridiculousfish
2012-01-16 11:09:19 -08:00
parent c647bed9d5
commit 0073a93079
3 changed files with 163 additions and 161 deletions

View File

@@ -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;