Fix unneeded vars with NANO_SMALL
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@764 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
ff98983602
Коммит
68532c37ef
2
configure
поставляемый
2
configure
поставляемый
@ -825,7 +825,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no nl"
|
ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no nl da"
|
||||||
|
|
||||||
# Extract the first word of "gcc", so it can be a program name with args.
|
# Extract the first word of "gcc", so it can be a program name with args.
|
||||||
set dummy gcc; ac_word=$2
|
set dummy gcc; ac_word=$2
|
||||||
|
5
nano.c
5
nano.c
@ -662,8 +662,11 @@ void do_char(char ch)
|
|||||||
int do_enter(filestruct * inptr)
|
int do_enter(filestruct * inptr)
|
||||||
{
|
{
|
||||||
filestruct *newnode;
|
filestruct *newnode;
|
||||||
char *tmp, *spc;
|
char *tmp;
|
||||||
|
#ifndef NANO_SMALL
|
||||||
|
char *spc;
|
||||||
int extra = 0;
|
int extra = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
newnode = make_new_node(inptr);
|
newnode = make_new_node(inptr);
|
||||||
tmp = ¤t->data[current_x];
|
tmp = ¤t->data[current_x];
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user