1
1

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.
Этот коммит содержится в:
George Bosilca 2004-09-16 08:47:14 +00:00
родитель 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;
}