diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-01-28 23:50:42 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-01-28 23:50:42 -0800 |
commit | 43f5cf62900830004b53a5df989bad6eece71052 (patch) | |
tree | 9a6a4e45746dc7cd1cbb9589af4b5e400dbfdb9b /ChangeLog-2009-2015 | |
parent | 5448159471ce57e751853b543a102cca8c6ee7f5 (diff) | |
download | txr-43f5cf62900830004b53a5df989bad6eece71052.tar.gz txr-43f5cf62900830004b53a5df989bad6eece71052.tar.bz2 txr-43f5cf62900830004b53a5df989bad6eece71052.zip |
listener: line_w must be volatile now.
* parser.c (repl): The line_w variable must be volatile
because it's modified after we save the context for catching
exceptions. Without this, I'm seeing that expressions that
throw an exception are not being entered into the linenoise
history, because the exception catch restores the null initial
value of line_w.
Diffstat (limited to 'ChangeLog-2009-2015')
0 files changed, 0 insertions, 0 deletions