diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-20 20:10:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-20 20:10:01 -0700 |
commit | ca9d41f19051d34bad12ea3b703ae20ba1902773 (patch) | |
tree | 54b9fb085e2665b52622999504eb2086fac563b9 /tests/012/quasi.expected | |
parent | ced08a126bdc46dd3c5ee057ebc3bec4fece8a19 (diff) | |
download | txr-ca9d41f19051d34bad12ea3b703ae20ba1902773.tar.gz txr-ca9d41f19051d34bad12ea3b703ae20ba1902773.tar.bz2 txr-ca9d41f19051d34bad12ea3b703ae20ba1902773.zip |
obj_print: use of volatile.
* lib.c (obj_print): The ret variable doesn't have to be
volatile qualified, because it is never modified after
setting an exception handler, and then accessed in the
cleanup. On the other hand, the ctx variable is
manipulated this way and must be volatile.
Diffstat (limited to 'tests/012/quasi.expected')
0 files changed, 0 insertions, 0 deletions