# HG changeset patch # User Gerd Moellmann # Date 962800574 0 # Node ID 86eaa645e6bcbe624bd7211f3c3c85b488dad4cc # Parent 1b8934f46e8447073506270f05c7744d4e70b31a (Feval): Put check for interrupt_input_block in #if 0. diff -r 1b8934f46e84 -r 86eaa645e6bc src/eval.c --- a/src/eval.c Wed Jul 05 11:54:50 2000 +0000 +++ b/src/eval.c Wed Jul 05 12:36:14 2000 +0000 @@ -1762,10 +1762,14 @@ struct backtrace backtrace; struct gcpro gcpro1, gcpro2, gcpro3; +#if 0 /* Can't do this check anymore because realize_basic_faces has + to BLOCK_INPUT, and can call Lisp. What's really needed is a + flag indicating that we're currently handling a signal. */ /* Since Fsignal resets this to 0, it had better be 0 now or else we have a potential bug. */ if (interrupt_input_blocked != 0) abort (); +#endif if (SYMBOLP (form)) {