diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-26 19:37:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-26 19:37:09 -0700 |
commit | 07df68250098caad4f7d457968c637694f7e2e43 (patch) | |
tree | 339e5863831f132205cbc4b83f5323e9d1a5ab34 /vmop.h | |
parent | 91db1558a041dec882c5fc29b413468e6512f4a3 (diff) | |
download | txr-07df68250098caad4f7d457968c637694f7e2e43.tar.gz txr-07df68250098caad4f7d457968c637694f7e2e43.tar.bz2 txr-07df68250098caad4f7d457968c637694f7e2e43.zip |
signal: fix warning in older compilers.
* signal.c (sig_handler): Some older compilers cannot figure
out that stack_lim is not used uninitialized, due to the
conditional logic here, in which two separate code blocks are
guarded by the same condition. Let's initialize the variable,
like the others.
Diffstat (limited to 'vmop.h')
0 files changed, 0 insertions, 0 deletions