Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 14ebeee

Browse files
committed
C++ comments are verboten. Per gripe from Kris Jurka.
1 parent 7ae2ccb commit 14ebeee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/interfaces/ecpg/preproc/output.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ output_escaped_str(char *str)
136136
if (str[i] == '"')
137137
fputs("\\\"", yyout);
138138
else if (str[i] == '\n')
139-
//fputs("\\n\\\n", yyout);
140139
fputs("\\\n", yyout);
141140
else
142141
fputc(str[i], yyout);

0 commit comments

Comments
 (0)