diff options
| author | Eli Zaretskii | 2015-12-21 20:07:55 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-21 20:07:55 +0200 |
| commit | 5443f4cd58f7db981eab90e6fe7bf0ce0808d576 (patch) | |
| tree | 2c46c4860aba0b4c3af8e9d0bc383a6c18ff9e57 | |
| parent | 57f222558d2b844e7856dfcbdae37ebd5c0dfa4b (diff) | |
| download | emacs-5443f4cd58f7db981eab90e6fe7bf0ce0808d576.tar.gz emacs-5443f4cd58f7db981eab90e6fe7bf0ce0808d576.zip | |
; Clarify comment added in previous commit.
| -rw-r--r-- | src/emacs-module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs-module.c b/src/emacs-module.c index def77e3570a..881ee3119de 100644 --- a/src/emacs-module.c +++ b/src/emacs-module.c | |||
| @@ -121,7 +121,7 @@ static emacs_value const module_nil = 0; | |||
| 121 | /* Convenience macros for non-local exit handling. */ | 121 | /* Convenience macros for non-local exit handling. */ |
| 122 | 122 | ||
| 123 | /* FIXME: The following implementation for non-local exit handling | 123 | /* FIXME: The following implementation for non-local exit handling |
| 124 | does not work with stack overflow detection. */ | 124 | does not support recovery from stack overflow, see sysdep.c. */ |
| 125 | 125 | ||
| 126 | /* Emacs uses setjmp and longjmp for non-local exits, but | 126 | /* Emacs uses setjmp and longjmp for non-local exits, but |
| 127 | module frames cannot be skipped because they are in general | 127 | module frames cannot be skipped because they are in general |