Mercurial > emacs
view src/s/sol2.h @ 1586:f84e400808d0
* buffer.c (Ferase_buffer): Doc fix.
* buffer.c (Fbury_buffer): Make this behave as in 18.59, although
that behavior is very odd - only remove the buffer from the
selected window if BUFFER was nil or omitted.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 16 Nov 1992 00:33:17 +0000 |
parents | fed9a9ee5156 |
children | e49c2e6349e4 |
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 LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/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 */