emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/bytecode.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/bytecode.c
Date: Mon, 26 Aug 2002 03:38:31 -0400

Index: emacs/src/bytecode.c
diff -c emacs/src/bytecode.c:1.72 emacs/src/bytecode.c:1.73
*** emacs/src/bytecode.c:1.72   Fri Jul 19 10:26:46 2002
--- emacs/src/bytecode.c        Mon Aug 26 03:37:19 2002
***************
*** 1,5 ****
  /* Execution of byte code produced by bytecomp.el.
!    Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Execution of byte code produced by bytecomp.el.
!    Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 1125,1131 ****
                TOP = v1;
              }
            else
!             TOP = Fsub1 (v1);
            break;
          }
  
--- 1125,1135 ----
                TOP = v1;
              }
            else
!             {
!               BEFORE_POTENTIAL_GC ();
!               TOP = Fsub1 (v1);
!               AFTER_POTENTIAL_GC ();
!             }
            break;
          }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]