(rest_of_decl_compilation): Pass 0 as DONT_OUTPUT_DATA to assemble_variable.

From-SVN: r4972
This commit is contained in:
Richard Stallman 1993-07-23 18:44:59 +00:00
parent 1df80ae415
commit 8380e2f2ec
1 changed files with 1 additions and 1 deletions

View File

@ -2173,7 +2173,7 @@ rest_of_decl_compilation (decl, asmspec, top_level, at_end)
&& (DECL_INITIAL (decl) == 0 && (DECL_INITIAL (decl) == 0
|| DECL_INITIAL (decl) == error_mark_node || DECL_INITIAL (decl) == error_mark_node
|| DECL_IGNORED_P (decl)))) || DECL_IGNORED_P (decl))))
assemble_variable (decl, top_level, at_end); assemble_variable (decl, top_level, at_end, 0);
}); });
else if (DECL_REGISTER (decl) && asmspec != 0) else if (DECL_REGISTER (decl) && asmspec != 0)
{ {