/[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.73 by miles, Mon Aug 26 07:37:19 2002 UTC revision 1.74 by monnier, Thu May 1 00:22:31 2003 UTC
# Line 877  If the third argument is incorrect, Emac Line 877  If the third argument is incorrect, Emac
877          case Bunwind_protect:          case Bunwind_protect:
878            /* The function record_unwind_protect can GC.  */            /* The function record_unwind_protect can GC.  */
879            BEFORE_POTENTIAL_GC ();            BEFORE_POTENTIAL_GC ();
880            record_unwind_protect (0, POP);            record_unwind_protect (Fprogn, POP);
881            AFTER_POTENTIAL_GC ();            AFTER_POTENTIAL_GC ();
           (specpdl_ptr - 1)->symbol = Qnil;  
882            break;            break;
883    
884          case Bcondition_case:          case Bcondition_case:

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

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