aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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