diff options
| author | Richard M. Stallman | 2004-08-22 17:43:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-08-22 17:43:26 +0000 |
| commit | 6320244170e24dd3b1978d7e83f23db9c6071521 (patch) | |
| tree | df0925b2b18560aa6173af5460a668cf9af72bc0 /src/bytecode.c | |
| parent | e0dbfecc414a5856e7855b2803f145ba5fe6c74a (diff) | |
| download | emacs-6320244170e24dd3b1978d7e83f23db9c6071521.tar.gz emacs-6320244170e24dd3b1978d7e83f23db9c6071521.zip | |
(Fbyte_code) <unwind-protect>: Cannot GC.
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 3 |
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. */) | |||
| 855 | } | 855 | } |
| 856 | 856 | ||
| 857 | case Bunwind_protect: | 857 | case Bunwind_protect: |
| 858 | /* The function record_unwind_protect can GC. */ | ||
| 859 | BEFORE_POTENTIAL_GC (); | ||
| 860 | record_unwind_protect (Fprogn, POP); | 858 | record_unwind_protect (Fprogn, POP); |
| 861 | AFTER_POTENTIAL_GC (); | ||
| 862 | break; | 859 | break; |
| 863 | 860 | ||
| 864 | case Bcondition_case: | 861 | case Bcondition_case: |