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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/bytecode.c
Date: Sun, 25 May 2003 13:40:52 -0400

Index: emacs/src/bytecode.c
diff -c emacs/src/bytecode.c:1.75 emacs/src/bytecode.c:1.76
*** emacs/src/bytecode.c:1.75   Wed May 14 14:50:10 2003
--- emacs/src/bytecode.c        Sun May 25 13:40:52 2003
***************
*** 638,644 ****
                AFTER_POTENTIAL_GC ();
              }
          }
!         POP;
          break;
  
        case Bdup:
--- 638,644 ----
                AFTER_POTENTIAL_GC ();
              }
          }
!         (void) POP;
          break;
  
        case Bdup:




reply via email to

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