Reading the documentation from the flex it look like if we use the YY_CURRENT on the left side
of an assignment we should use the _LVALUE one. This commit was SVN r2700.
Этот коммит содержится в:
родитель
ad7db4e1cb
Коммит
6a4df9ef5c
@ -53,7 +53,7 @@ static int finish_parsing(void)
|
||||
{
|
||||
if (NULL != YY_CURRENT_BUFFER) {
|
||||
yy_delete_buffer(YY_CURRENT_BUFFER);
|
||||
YY_CURRENT_BUFFER = NULL;
|
||||
YY_CURRENT_BUFFER_LVALUE = NULL;
|
||||
}
|
||||
return YY_NULL;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user