mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
refactor: token names and misc
This commit is contained in:
@@ -108,13 +108,13 @@ namespace config
|
||||
}
|
||||
else
|
||||
{
|
||||
token.type = ARR_OPEN;
|
||||
token.type = OPEN_BRACKET;
|
||||
file.seekg(prev_pos);
|
||||
}
|
||||
|
||||
}
|
||||
else if (c == ']')
|
||||
token.type = ARR_CLOSE;
|
||||
token.type = CLOSE_BRACKET;
|
||||
else if (c == '=')
|
||||
token.type = ASSIGN;
|
||||
else if (c == '\n')
|
||||
|
||||
Reference in New Issue
Block a user