From 5443f4cd58f7db981eab90e6fe7bf0ce0808d576 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 21 Dec 2015 20:07:55 +0200 Subject: [PATCH] ; Clarify comment added in previous commit. --- src/emacs-module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* Convenience macros for non-local exit handling. */ /* FIXME: The following implementation for non-local exit handling - does not work with stack overflow detection. */ + does not support recovery from stack overflow, see sysdep.c. */ /* Emacs uses setjmp and longjmp for non-local exits, but module frames cannot be skipped because they are in general -- 2.39.2