Fix up last commit.

From-SVN: r182849
This commit is contained in:
Jakub Jelinek 2012-01-03 16:13:31 +01:00
parent c067f6cfb3
commit 14b5207eb8
1 changed files with 1 additions and 4 deletions

View File

@ -20903,10 +20903,7 @@ output_macinfo (void)
break; break;
case DW_MACINFO_end_file: case DW_MACINFO_end_file:
if (!VEC_empty (macinfo_entry, files)) if (!VEC_empty (macinfo_entry, files))
{ VEC_pop (macinfo_entry, files);
macinfo_entry *file = VEC_last (macinfo_entry, files);
VEC_pop (macinfo_entry, files);
}
break; break;
case DW_MACINFO_define: case DW_MACINFO_define:
case DW_MACINFO_undef: case DW_MACINFO_undef: