still more comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3984 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
3d267dc323
commit
b6fb6884ca
|
@ -26,7 +26,7 @@
|
||||||
/* Global variables. */
|
/* Global variables. */
|
||||||
#ifndef NANO_TINY
|
#ifndef NANO_TINY
|
||||||
sigjmp_buf jump_buf;
|
sigjmp_buf jump_buf;
|
||||||
/* Used to return to main() or the unjustify routine in
|
/* Used to return to either main() or the unjustify routine in
|
||||||
* do_justify() after a SIGWINCH. */
|
* do_justify() after a SIGWINCH. */
|
||||||
bool jump_buf_main = FALSE;
|
bool jump_buf_main = FALSE;
|
||||||
/* Have we set jump_buf so that we return to main() after a
|
/* Have we set jump_buf so that we return to main() after a
|
||||||
|
|
Loading…
Reference in New Issue