Remove duplicate token definition.
This commit is contained in:
parent
211700c550
commit
957c9a7329
@ -97,7 +97,6 @@ list_t *parse_conf(FILE *file)
|
||||
"on_connect_send" { return LEX_ON_CONNECT_SEND; }
|
||||
"no_client_away_msg" { return LEX_NO_CLIENT_AWAY_MSG; }
|
||||
"pid_file" { return LEX_PID_FILE; }
|
||||
"blreset_on_talk" { return LEX_BLRESET_ON_TALK; }
|
||||
\"[^"]*\" {
|
||||
size_t len = strlen(yytext) - 2;
|
||||
yylval.string = malloc(len + 1);
|
||||
|
Loading…
Reference in New Issue
Block a user