cvsimport

This commit is contained in:
okan
2014-01-30 22:41:16 +00:00
6 changed files with 30 additions and 78 deletions

View File

@@ -158,11 +158,7 @@ main : FONTNAME STRING {
free($3);
}
| IGNORE STRING {
if (!conf_ignore(conf, $2)) {
yyerror("ignore windowname too long");
free($2);
YYERROR;
}
conf_ignore(conf, $2);
free($2);
}
| BIND STRING string {