bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

w32fns.c patch


From: smarks
Subject: w32fns.c patch
Date: Sat, 23 Feb 2002 18:16:49 -0800 (PST)

The following patch allows w32fns.c to be compiled using gcc-3.0.4. 
Otherwise, gcc complains with an error about preprocessor macros being
embedded within macro arguments.
Note that gcc also complains with warnings about deprecated multi-line
strings in the same vicinity.  Those, as well as the ones included in this
patch, should be cleaned up.

Regards,
Scott Marks
---------------------- patch to w32fns.c ------------------------
d13783 1
a13783 16

#ifdef JOHAB_CHARSET
#define JOHAB_SYMBOLS \
"w32-charset-johab, w32-charset-hebrew,\n\
w32-charset-arabic, w32-charset-greek, w32-charset-turkish,\n\
w32-charset-vietnamese, w32-charset-thai, w32-charset-easteurope,\n\
w32-charset-russian, w32-charset-mac, w32-charset-baltic,\n"
#else
#define JOHAB_SYMBOLS
#endif
#ifdef UNICODE_CHARSET
#define UNICODE_SYMBOL \
"w32-charset-unicode, "
#else
#define UNICODE_SYMBOL
#endif
d13796 9
a13804 1
JOHAB_SYMBOLS UNICODE_SYMBOL




reply via email to

[Prev in Thread] Current Thread [Next in Thread]