Mercurial > emacs
view src/s/sol2.h @ 1200:d2360c870787
* xrdb.c (x_get_resource): Cast the value being assigned to
ret_value->addr, rather than ret_value->addr itself; only GCC
allows you to cast lvalues.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 22 Sep 1992 06:43:04 +0000 |
parents | 7961d1af11a7 |
children | fed9a9ee5156 |
line wrap: on
line source
#include "s-usg5-4.h" #define POSIX /* Here is how to find X Windows. */ #define LD_SWITCH_SYSTEM -L/usr/openwin/lib #define C_SWITCH_X_SYSTEM -I/usr/openwin/include /* Compile in non-ansi fashion to work around bugs in system header files. */ #ifndef __GNUC__ #define C_SWITCH_SYSTEM -Xs #else /* GCC */ #define C_SWITCH_SYSTEM -traditional #endif /* GCC */