mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 16:32:25 +01:00
sync with netbsd PR 8534, fix undefined C code.
Pointed out by: David A. Holland
This commit is contained in:
parent
14e34a55c3
commit
09ef98c6c0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51979
@ -1027,7 +1027,7 @@ yylex()
|
||||
dostr1:
|
||||
if (cbuf[cpos] == ' ') {
|
||||
cpos++;
|
||||
state = state == OSTR ? STR2 : ++state;
|
||||
state = state == OSTR ? STR2 : state+1;
|
||||
return (SP);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user