renamed enum and struct
This commit is contained in:
@@ -179,7 +179,7 @@ static bool token_is_equal(const char *input, int input_pos, int *token_size)
|
||||
/**
|
||||
* LEXER
|
||||
*/
|
||||
int lexerize(const char *input, token *tokens)
|
||||
int lexerize(const char *input, s_token *tokens)
|
||||
{
|
||||
int tokens_count;
|
||||
int input_pos;
|
||||
|
||||
Reference in New Issue
Block a user