Regernated recently created expected output files using MSVC.

Set MEMFLAG_PURE by default - bug exposed by regenerated files.
This commit is contained in:
Nick Clifton
2002-04-10 08:14:32 +00:00
parent 268182205b
commit acfbab8a5f
11 changed files with 25 additions and 10 deletions

View File

@ -1320,7 +1320,7 @@ suboptions:
memset (&$$, 0, sizeof (struct res_res_info));
$$.language = language;
/* FIXME: Is this the right default? */
$$.memflags = MEMFLAG_MOVEABLE;
$$.memflags = MEMFLAG_MOVEABLE | MEMFLAG_PURE;
}
| suboptions memflag
{
@ -1369,7 +1369,7 @@ memflags_move:
{
memset (&$$, 0, sizeof (struct res_res_info));
$$.language = language;
$$.memflags = MEMFLAG_MOVEABLE;
$$.memflags = MEMFLAG_MOVEABLE | MEMFLAG_PURE;
}
| memflags_move memflag
{