From 44248360429f17451a682548e8c438abc0724253 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 5 Nov 2002 05:19:58 +0000 Subject: [PATCH] (BROKEN_SIGIO): Turn off the #undef. --- src/ChangeLog | 10 ++++++++++ src/s/sol2-5.h | 2 ++ 2 files changed, 12 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 565b5e4f013..835dbb584dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2002-11-05 Richard M. Stallman + + * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef. + + * callint.c (Fcall_interactively): New local filter_specs. + (Fcall_interactively): Check for progn as well as let. + Add a gcpro. + (Qprogn): New variable. + (syms_of_callint): Staticpro and init Qprogn. + 2002-11-04 John Paul Wallington * lread.c (Feval_buffer): Doc fix. diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index 6e2a1b77367..896011ce33c 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h @@ -2,7 +2,9 @@ #include "sol2-4.h" +#if 0 /* Klaus Zeitler says SIGIO still fails. */ #undef BROKEN_SIGIO +#endif /* -lgen is needed for the regex and regcmp functions which are used by Motif. In the future we can try changing -- 2.39.2