sync with OpenBSD -current
This commit is contained in:
parent
4b49aefbb1
commit
1fd36b57f8
945 changed files with 81965 additions and 59988 deletions
|
@ -98,6 +98,8 @@ xf86parseVendorSubSection(void)
|
|||
switch (token) {
|
||||
case COMMENT:
|
||||
ptr->vs_comment = xf86addComment(ptr->vs_comment, xf86_lex_val.str);
|
||||
free(xf86_lex_val.str);
|
||||
xf86_lex_val.str = NULL;
|
||||
break;
|
||||
case IDENTIFIER:
|
||||
if (xf86getSubToken(&(ptr->vs_comment)))
|
||||
|
@ -151,6 +153,8 @@ xf86parseVendorSection(void)
|
|||
switch (token) {
|
||||
case COMMENT:
|
||||
ptr->vnd_comment = xf86addComment(ptr->vnd_comment, xf86_lex_val.str);
|
||||
free(xf86_lex_val.str);
|
||||
xf86_lex_val.str = NULL;
|
||||
break;
|
||||
case IDENTIFIER:
|
||||
if (xf86getSubToken(&(ptr->vnd_comment)) != STRING)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue