From 9ab7ff8bf4cf1169dbec7d974d3659caeb429c5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 20 Mar 2002 07:46:46 +0000 Subject: [PATCH] (Fbyte_code): Revert last change. --- src/ChangeLog | 4 ++++ src/bytecode.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index afd4ddd03a8..567c7e088ea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-03-20 Pavel Jan,Bm(Bk + + * bytecode.c (Fbyte_code): Revert last change. + 2002-03-19 Kim F. Storm * makefile.w32-in (LIBS): Add $(WSOCK32). diff --git a/src/bytecode.c b/src/bytecode.c index bcd303f8d73..f24132dae25 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -637,7 +637,7 @@ If the third argument is incorrect, Emacs may crash. */) AFTER_POTENTIAL_GC (); } } - (void) POP; + POP; break; case Bdup: -- 2.39.2