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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/bytecode.c
Date: Wed, 20 Mar 2002 02:45:19 -0500

Index: emacs/src/bytecode.c
diff -c emacs/src/bytecode.c:1.67 emacs/src/bytecode.c:1.68
*** emacs/src/bytecode.c:1.67   Mon Mar 18 13:17:34 2002
--- emacs/src/bytecode.c        Wed Mar 20 02:44:54 2002
***************
*** 637,643 ****
                AFTER_POTENTIAL_GC ();
              }
          }
!         (void) POP;
          break;
  
        case Bdup:
--- 637,643 ----
                AFTER_POTENTIAL_GC ();
              }
          }
!         POP;
          break;
  
        case Bdup:



reply via email to

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