/[emacs]/emacs/src/bytecode.c
ViewVC logotype

Diff of /emacs/src/bytecode.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.81 by monnier, Mon Sep 13 21:13:38 2004 UTC revision 1.82 by kfstorm, Fri Jun 3 23:02:30 2005 UTC
# Line 384  unmark_byte_stack () Line 384  unmark_byte_stack ()
384    do {                                                  \    do {                                                  \
385      if (!NILP (Vquit_flag) && NILP (Vinhibit_quit))     \      if (!NILP (Vquit_flag) && NILP (Vinhibit_quit))     \
386        {                                                 \        {                                                 \
387            Lisp_Object flag = Vquit_flag;                  \
388          Vquit_flag = Qnil;                              \          Vquit_flag = Qnil;                              \
389          BEFORE_POTENTIAL_GC ();                         \          BEFORE_POTENTIAL_GC ();                         \
390            if (EQ (Vthrow_on_input, flag))                 \
391              Fthrow (Vthrow_on_input, Qnil);               \
392          Fsignal (Qquit, Qnil);                          \          Fsignal (Qquit, Qnil);                          \
393          AFTER_POTENTIAL_GC ();                          \          AFTER_POTENTIAL_GC ();                          \
394        }                                                 \        }                                                 \

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26