Make tok_last_type return an enum token_type instead of int

This commit is contained in:
ridiculousfish
2013-09-30 13:57:36 -07:00
parent 6c70ed79ae
commit cbe615224d
7 changed files with 35 additions and 14 deletions

View File

@@ -381,6 +381,11 @@ static void job_or_process_extent(const wchar_t *buff,
break;
}
default:
{
break;
}
}
}