aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-21 20:07:55 +0200
committerEli Zaretskii2015-12-21 20:07:55 +0200
commit5443f4cd58f7db981eab90e6fe7bf0ce0808d576 (patch)
tree2c46c4860aba0b4c3af8e9d0bc383a6c18ff9e57
parent57f222558d2b844e7856dfcbdae37ebd5c0dfa4b (diff)
downloademacs-5443f4cd58f7db981eab90e6fe7bf0ce0808d576.tar.gz
emacs-5443f4cd58f7db981eab90e6fe7bf0ce0808d576.zip
; Clarify comment added in previous commit.
-rw-r--r--src/emacs-module.c2
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