token_t -> Token

Use C++'s implicit typedef
This commit is contained in:
2024-06-01 01:47:53 +01:00
parent f3f7578811
commit f5d8777b7a
5 changed files with 86 additions and 88 deletions

View File

@@ -66,7 +66,7 @@ int main(int argc, const char *argv[])
string source_str;
string_view original;
string_view src;
vector<token_t *> tokens, preprocessed_tokens;
vector<Token *> tokens, preprocessed_tokens;
lerr_t lerr;
pp_err_t pp_err;