summaryrefslogtreecommitdiff
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-03-20 07:46:46 +0000
committerPavel Janík <Pavel@Janik.cz>2002-03-20 07:46:46 +0000
commit9ab7ff8bf4cf1169dbec7d974d3659caeb429c5b (patch)
treeb4d4f5cb5f2c1381d514bc20bb5e4b083dc6fde6 /src/bytecode.c
parenteb766f961e3100b1ac1924330ecbfe06b19671d3 (diff)
downloademacs-9ab7ff8bf4cf1169dbec7d974d3659caeb429c5b.tar.gz
emacs-9ab7ff8bf4cf1169dbec7d974d3659caeb429c5b.tar.bz2
emacs-9ab7ff8bf4cf1169dbec7d974d3659caeb429c5b.zip
(Fbyte_code): Revert last change.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
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: