Remove FEAT_POSTSCRIPT

Printing using PostScript file output
This commit is contained in:
Hinidu
2014-04-12 09:38:55 +03:00
committed by Justin M. Keyes
parent b4ca3abc9f
commit 3e93fedfe9
2 changed files with 1 additions and 3 deletions

View File

@@ -2032,8 +2032,7 @@ void set_init_1(void)
}
}
#if defined(FEAT_POSTSCRIPT) && (defined(MSWIN) || \
defined(EBCDIC) || defined(MAC))
#if defined(MSWIN) || defined(EBCDIC) || defined(MAC)
/* Set print encoding on platforms that don't default to latin1 */
set_string_default("penc",
(char_u *)"hp-roman8"