diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-18 17:51:02 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-18 17:51:02 +0000 |
commit | 324ce9067f1a6584c9ed7a86e8fc1b0b30360a97 (patch) | |
tree | ec1f31f293d01ce4a5971faff3c580a06bf33a95 /gcc/mips-tfile.c | |
parent | c09e64987db14029d96c1a2fb0d05a74535f864b (diff) | |
download | gcc-324ce9067f1a6584c9ed7a86e8fc1b0b30360a97.tar.gz |
*** empty log message ***
From-SVN: r1208
Diffstat (limited to 'gcc/mips-tfile.c')
-rw-r--r-- | gcc/mips-tfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index d50e418b603..1b11ee3085b 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -2747,7 +2747,7 @@ read_line __proto((void)) else if (ch == '#') comment_p++; - else if (ch == ';') + else if (ch == ';' && !string_p) { line_split_p = 1; *ptr++ = '\n'; |