]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fbyte_code): Revert last change.
authorPavel Janík <Pavel@Janik.cz>
Wed, 20 Mar 2002 07:46:46 +0000 (07:46 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 20 Mar 2002 07:46:46 +0000 (07:46 +0000)
src/ChangeLog
src/bytecode.c

index afd4ddd03a8cb4db8f3900a3d2508c686ea337c2..567c7e088ea541fafb30c87aa16c5df16ae32f1a 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * bytecode.c (Fbyte_code): Revert last change.
+
 2002-03-19  Kim F. Storm  <storm@cua.dk>
 
        * makefile.w32-in (LIBS): Add $(WSOCK32).
index bcd303f8d736a99ee3eae6826f2c74e55d9d3c3b..f24132dae2561a9eca5a41c97d0c88d1c8596f56 100644 (file)
@@ -637,7 +637,7 @@ If the third argument is incorrect, Emacs may crash.  */)
                AFTER_POTENTIAL_GC ();
              }
          }
-         (void) POP;
+         POP;
          break;
 
        case Bdup: