From: Jason Rumney Date: Sun, 6 Jul 2003 18:42:55 +0000 (+0000) Subject: Remove #ifdefs from comments, as they are ignored there. X-Git-Tag: ttn-vms-21-2-B4~9478 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c830368ec6b1027b2980c50872dc0ab83b78360;p=emacs.git Remove #ifdefs from comments, as they are ignored there. --- diff --git a/src/w32fns.c b/src/w32fns.c index db87c7f9480..0c42e3ddc19 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -14263,15 +14263,11 @@ WINDOWS_CHARSET is a symbol that can be one of: w32-charset-ansi, w32-charset-default, w32-charset-symbol, w32-charset-shiftjis, w32-charset-hangeul, w32-charset-gb2312, w32-charset-chinesebig5, -#ifdef JOHAB_CHARSET w32-charset-johab, w32-charset-hebrew, w32-charset-arabic, w32-charset-greek, w32-charset-turkish, w32-charset-vietnamese, w32-charset-thai, w32-charset-easteurope, w32-charset-russian, w32-charset-mac, w32-charset-baltic, -#endif -#ifdef UNICODE_CHARSET w32-charset-unicode, -#endif or w32-charset-oem. CODEPAGE should be an integer specifying the codepage that should be used to display the character set, t to do no translation and output as Unicode,