Remove configure's --without-sync-input option.
[bpt/emacs.git] / src / bytecode.c
index b151078..5f4fdcc 100644 (file)
@@ -458,7 +458,8 @@ unmark_byte_stack (void)
        Fsignal (Qquit, Qnil);                          \
        AFTER_POTENTIAL_GC ();                          \
       }                                                        \
-    ELSE_PENDING_SIGNALS                               \
+    else if (pending_signals)                          \
+      process_pending_signals ();                      \
   } while (0)