Mercurial > emacs
view src/s/sol2-3.h @ 6184:f18b10850c00
(generate-file-autoloads): Move misplaced paren in match clause of cond
so copying the rest of the line to the output is the else clause of if
(eolp), not after the if.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Thu, 03 Mar 1994 22:13:45 +0000 |
parents | 44fc65a7fc46 |
children | 25bdc55196ad |
line wrap: on
line source
#include <s/sol2.h> /* Solaris 2.3 has a bug in XListFontsWithInfo. */ #define BROKEN_XLISTFONTSWITHINFO /* Override LD_SWITCH_SYSTEM: add -L /usr/ccs/lib to the sol2.h value. */ #undef LD_SWITCH_SYSTEM #ifndef __GNUC__ #define LD_SWITCH_SYSTEM -L /usr/ccs/lib LD_SWITCH_X_SITE_AUX #else /* GCC */ #define LD_SWITCH_SYSTEM -L /usr/ccs/lib -Xlinker LD_SWITCH_X_SITE_AUX #endif /* GCC */