Remove stray obsolete comment about ‘volatile’
* src/lisp.h: Remove comment about ‘volatile’ that was mistakenly
left behind when 2013-10-03T04:58:56!monnier@iro.umontreal.ca
(adf2aa6140
) removed all the volatile
members of struct handler.
This commit is contained in:
parent
60da504cf7
commit
845d22652d
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue