(Fbyte_code): Revert last change.
This commit is contained in:
parent
eb766f961e
commit
9ab7ff8bf4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-03-20 Pavel Jan,Bm(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).
|
||||
|
|
|
@ -637,7 +637,7 @@ If the third argument is incorrect, Emacs may crash. */)
|
|||
AFTER_POTENTIAL_GC ();
|
||||
}
|
||||
}
|
||||
(void) POP;
|
||||
POP;
|
||||
break;
|
||||
|
||||
case Bdup:
|
||||
|
|
Loading…
Add table
Reference in a new issue