# HG changeset patch # User Jim Blandy # Date 739630415 0 # Node ID 9137e78cc1714fea8788e1c12f0381d3838daf57 # Parent e10f7473d2e36ad0eb458c832a13de447ba8bc40 * s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this. diff -r e10f7473d2e3 -r 9137e78cc171 src/s/gnu-linux.h --- a/src/s/gnu-linux.h Wed Jun 09 12:45:26 1993 +0000 +++ b/src/s/gnu-linux.h Wed Jun 09 12:53:35 1993 +0000 @@ -209,5 +209,6 @@ /* Work around a bug in glibc with _longjmp. */ #define C_SWITCH_SYSTEM -D_BSD_SOURCE -/* Let's try this out, just in case. */ -#define SIGNALS_VIA_CHARACTERS +/* Let's try this out, just in case. + Nah. Rik Faith says it doesn't work well. */ +/* #define SIGNALS_VIA_CHARACTERS */