diff -u -r nano/color.c nano-testpatch/color.c --- nano/color.c Tue Jan 15 20:09:11 2002 +++ nano-testpatch/color.c Sun Apr 14 10:35:43 2002 @@ -33,7 +33,7 @@ #include "proto.h" #include "nano.h" -#ifndef NANO_SMALL +#ifdef ENABLE_NLS #include #define _(string) gettext(string) #else diff -u -r nano/cut.c nano-testpatch/cut.c --- nano/cut.c Wed Mar 27 20:59:34 2002 +++ nano-testpatch/cut.c Sun Apr 14 10:35:43 2002 @@ -27,7 +27,7 @@ #include "proto.h" #include "nano.h" -#ifndef NANO_SMALL +#ifdef ENABLE_NLS #include #define _(string) gettext(string) #else diff -u -r nano/files.c nano-testpatch/files.c --- nano/files.c Tue Apr 9 22:31:20 2002 +++ nano-testpatch/files.c Sun Apr 14 10:35:43 2002 @@ -37,7 +37,7 @@ #include "proto.h" #include "nano.h" -#ifndef NANO_SMALL +#ifdef ENABLE_NLS #include #define _(string) gettext(string) #else diff -u -r nano/global.c nano-testpatch/global.c --- nano/global.c Tue Apr 9 22:31:20 2002 +++ nano-testpatch/global.c Sun Apr 14 10:35:43 2002 @@ -25,7 +25,7 @@ #include "nano.h" #include "proto.h" -#ifndef NANO_SMALL +#ifdef ENABLE_NLS #include #define _(string) gettext(string) #else Only in nano-testpatch: global.c.orig diff -u -r nano/move.c nano-testpatch/move.c --- nano/move.c Fri Jan 4 12:57:40 2002 +++ nano-testpatch/move.c Sun Apr 14 10:35:43 2002 @@ -27,7 +27,7 @@ #include "proto.h" #include "nano.h" -#ifndef NANO_SMALL +#ifdef ENABLE_NLS #include #define _(string) gettext(string) #else diff -u -r nano/nano.c nano-testpatch/nano.c --- nano/nano.c Tue Apr 9 22:31:20 2002 +++ nano-testpatch/nano.c Sun Apr 14 10:35:44 2002 @@ -43,7 +43,7 @@ #include "proto.h" #include "nano.h" -#ifndef NANO_SMALL +#ifdef ENABLE_NLS #include #define _(string) gettext(string) #else diff -u -r nano/rcfile.c nano-testpatch/rcfile.c --- nano/rcfile.c Fri Mar 29 14:41:57 2002 +++ nano-testpatch/rcfile.c Sun Apr 14 10:35:44 2002 @@ -33,7 +33,7 @@ #ifdef ENABLE_NANORC -#ifndef NANO_SMALL +#ifdef ENABLE_NLS #include #define _(string) gettext(string) #else diff -u -r nano/search.c nano-testpatch/search.c --- nano/search.c Tue Mar 26 12:58:42 2002 +++ nano-testpatch/search.c Sun Apr 14 10:35:44 2002 @@ -29,7 +29,7 @@ #include "proto.h" #include "nano.h" -#ifndef NANO_SMALL +#ifdef ENABLE_NLS #include #define _(string) gettext(string) #else diff -u -r nano/utils.c nano-testpatch/utils.c --- nano/utils.c Fri Mar 29 11:31:29 2002 +++ nano-testpatch/utils.c Sun Apr 14 10:35:44 2002 @@ -30,7 +30,7 @@ #include "nano.h" #include "proto.h" -#ifndef NANO_SMALL +#ifdef ENABLE_NLS #include #define _(string) gettext(string) #else diff -u -r nano/winio.c nano-testpatch/winio.c --- nano/winio.c Fri Mar 29 10:15:38 2002 +++ nano-testpatch/winio.c Sun Apr 14 10:35:44 2002 @@ -28,7 +28,7 @@ #include "proto.h" #include "nano.h" -#ifndef NANO_SMALL +#ifdef ENABLE_NLS #include #define _(string) gettext(string) #else