emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 5443f4c: ; Clarify comment added in previous comm


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 5443f4c: ; Clarify comment added in previous commit.
Date: Mon, 21 Dec 2015 18:08:01 +0000

branch: emacs-25
commit 5443f4cd58f7db981eab90e6fe7bf0ce0808d576
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Clarify comment added in previous commit.
---
 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 def77e3..881ee31 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]