remove erroneous static declaration of fill; it's global now, since
text.c needs it too git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2920 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
691698a954
commit
4e5e1ae1a3
|
@ -49,10 +49,6 @@
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DISABLE_WRAPJUSTIFY
|
|
||||||
static ssize_t fill = 0; /* Fill - where to wrap lines */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static struct termios oldterm; /* The user's original term settings */
|
static struct termios oldterm; /* The user's original term settings */
|
||||||
static struct sigaction act; /* For all our fun signal handlers */
|
static struct sigaction act; /* For all our fun signal handlers */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue