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

@@ -783,7 +783,7 @@ static io_data_t *io_transmogrify( io_data_t * in )
*/
static void internal_exec_helper( const wchar_t *def,
int block_type,
enum block_type_t block_type,
io_data_t *io )
{
io_data_t *io_internal = io_transmogrify( io );