From 9ab7ff8bf4cf1169dbec7d974d3659caeb429c5b Mon Sep 17 00:00:00 2001 From: Pavel Janík Date: Wed, 20 Mar 2002 07:46:46 +0000 Subject: (Fbyte_code): Revert last change. --- src/bytecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bytecode.c') 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: -- cgit v1.2.1