*** empty log message ***

From-SVN: r946
This commit is contained in:
Richard Stallman 1992-05-09 15:47:31 +00:00
parent 2dcb563f6c
commit 81dd58a68e
1 changed files with 4 additions and 3 deletions

View File

@ -652,9 +652,10 @@ read_rtx (infile)
/* \; makes stuff for a C string constant containing
newline and tab. */
if (c == ';')
obstack_grow (rtl_obstack, "\\n\\t", 4);
else
obstack_1grow (rtl_obstack, c);
{
obstack_grow (rtl_obstack, "\\n\\t", 4);
continue;
}
}
else if (c == '"')
break;