mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
tokenize.c, parse.c: rename functions
This commit is contained in:
parent
6627a47305
commit
f199fc4779
5 changed files with 16 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue