tokenize.c, parse.c: rename functions

This commit is contained in:
Johan Malm 2020-08-06 15:09:13 +01:00
parent 6627a47305
commit f199fc4779
5 changed files with 16 additions and 17 deletions

View file

@ -78,7 +78,7 @@ static void get_special_char_token()
current_buffer_position++;
}
struct token *xbm_tokenize(char *buffer)
struct token *tokenize_xbm(char *buffer)
{
tokens = NULL;
nr_tokens = 0;