Mercurial > emacs
view src/s/sol2.h @ 1715:cd23f7ef1bd0
* floatfns.c (Flog): Fix unescaped newline in string.
* frame.c (Fnext_frame): Same.
* textprop.c (Fprevious_single_property_change): Same.
(syms_of_textprop): Same, for DEFVAR for
`interval_balance_threshold'.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 24 Dec 1992 06:16:01 +0000 |
parents | e49c2e6349e4 |
children | 1d72336294c6 |
line wrap: on
line source
#include "s-usg5-4.h" #define POSIX /* Here is how to find X Windows. The -L option tells the linker where to find the libraries at link time, the -R option at run time. */ #define C_SWITCH_X_SYSTEM -I/usr/openwin/include #ifndef __GNUC__ #define LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/usr/openwin/lib #else /* GCC */ #define LD_SWITCH_SYSTEM -L/usr/openwin/lib -Xlinker -R/usr/openwin/lib #endif /* GCC */ /* 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 */