sync with netbsd PR 8534, fix undefined C code.
Pointed out by: David A. Holland
This commit is contained in:
parent
14e34a55c3
commit
09ef98c6c0
@ -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