mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
(read_c_string): For "", concatenate the two strings.
This commit is contained in:
parent
93fda17869
commit
d48e616eff
1 changed files with 1 additions and 4 deletions
|
|
@ -127,10 +127,7 @@ read_c_string (infile, printflag)
|
|||
c = getc (infile);
|
||||
if (c != '"')
|
||||
break;
|
||||
if (printflag > 0)
|
||||
putc (c, outfile);
|
||||
else if (printflag < 0)
|
||||
*p++ = c;
|
||||
/* If we had a "", concatenate the two strings. */
|
||||
c = getc (infile);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue