From: Eli Zaretskii Date: Mon, 21 Dec 2015 18:07:55 +0000 (+0200) Subject: ; Clarify comment added in previous commit. X-Git-Tag: emacs-25.0.90~419 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5443f4cd58f7db981eab90e6fe7bf0ce0808d576;p=emacs.git ; Clarify comment added in previous commit. --- 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