*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sat, 9 May 1992 15:47:31 +0000 (15:47 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 9 May 1992 15:47:31 +0000 (15:47 +0000)
From-SVN: r946

gcc/rtl.c

index 7d7d73abf1613d8df061ff1e469f4f61a259c596..3c8594bae68096afa31292a89cc746d801f33f2b 100644 (file)
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -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;