Remove EBCDIC: Remove IF_EB macros

This commit is contained in:
Pavel Platto
2014-06-05 17:11:10 +03:00
parent 8991609393
commit 77cb6551a6
7 changed files with 220 additions and 235 deletions

View File

@@ -4076,7 +4076,7 @@ int put_escstr(FILE *fd, char_u *strstart, int what)
*/
if (c == NL) {
if (what == 2) {
if (fprintf(fd, IF_EB("\\\026\n", "\\" CTRL_V_STR "\n")) < 0)
if (fprintf(fd, "\\\026\n") < 0)
return FAIL;
} else {
if (fprintf(fd, "<NL>") < 0)