From: Richard M. Stallman Date: Tue, 5 Nov 2002 05:19:58 +0000 (+0000) Subject: (BROKEN_SIGIO): Turn off the #undef. X-Git-Tag: ttn-vms-21-2-B4~12597 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44248360429f17451a682548e8c438abc0724253;p=emacs.git (BROKEN_SIGIO): Turn off the #undef. --- 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