]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove stray obsolete comment about ‘volatile’
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Aug 2024 18:44:44 +0000 (11:44 -0700)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 14:12:46 +0000 (16:12 +0200)
* src/lisp.h: Remove comment about ‘volatile’ that was mistakenly
left behind when 2013-10-03T04:58:56!monnier@iro.umontreal.ca
(adf2aa61404305e58e71cde0193bb650aff2c4b3) removed all the volatile
members of struct handler.

(cherry picked from commit 845d22652d08f998863134334f7de617c50a10b2)

src/lisp.h

index c8c6854f5f50423531cfe8650695f288f0ee92aa..8921244315db3fa8cc3db8e5983451bc0e25b400 100644 (file)
@@ -3851,9 +3851,6 @@ record_in_backtrace (Lisp_Object function, Lisp_Object *args, ptrdiff_t nargs)
    All the other members are concerned with restoring the interpreter
    state.
 
-   Members are volatile if their values need to survive _longjmp when
-   a 'struct handler' is a local variable.
-
    When running the HANDLER of a 'handler-bind', we need to
    temporarily "mute" the CONDITION_CASEs and HANDLERs that are "below"
    the current handler, but without hiding any CATCHERs.  We do that by