@@ -27,7 +27,8 @@ int main(int argc, char **argv) {
}
Tokenstokens={0};
tokenize(view,&tokens);
if(tokenize(view,&tokens)!=0)
return1;
#if 0
for (size_t i = 0; i < tokens.count; i++) {
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.