Skip to content
Snippets Groups Projects
Commit 14ebeee1 authored by Tom Lane's avatar Tom Lane
Browse files

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

parent 7ae2ccbc
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment