summaryrefslogtreecommitdiff
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-08-22 17:43:26 +0000
committerRichard M. Stallman <rms@gnu.org>2004-08-22 17:43:26 +0000
commit7485ade0d9986ac907ebd27a05c7a7cc78641ac4 (patch)
tree0037ac2d8f765664e9623559adea32dbf13d8d0b /src/bytecode.c
parent58414f5b4d43c40f01ab3a77c5be30d5b7accbfa (diff)
downloademacs-7485ade0d9986ac907ebd27a05c7a7cc78641ac4.tar.gz
(Fbyte_code) <unwind-protect>: Cannot GC.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index a13ecc19770..0d3be49877c 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -855,10 +855,7 @@ If the third argument is incorrect, Emacs may crash. */)
}
case Bunwind_protect:
- /* The function record_unwind_protect can GC. */
- BEFORE_POTENTIAL_GC ();
record_unwind_protect (Fprogn, POP);
- AFTER_POTENTIAL_GC ();
break;
case Bcondition_case: