提交 14ebeee1 编写于 作者: T Tom Lane

C++ comments are verboten. Per gripe from Kris Jurka.

上级 7ae2ccbc
......@@ -136,7 +136,6 @@ output_escaped_str(char *str)
if (str[i] == '"')
fputs("\\\"", yyout);
else if (str[i] == '\n')
//fputs("\\n\\\n", yyout);
fputs("\\\n", yyout);
else
fputc(str[i], yyout);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册