From: David Lawrence Ramsey Date: Thu, 12 Aug 2004 20:06:20 +0000 (+0000) Subject: more #ifdef tweaks X-Git-Tag: v1.3.4~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7e8dd19a726f2545db81c7118d26e475cc109c99;p=nano.git more #ifdef tweaks git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1898 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index 16cdd427..10153caf 100644 --- a/src/nano.c +++ b/src/nano.c @@ -3265,7 +3265,7 @@ int main(int argc, char *argv[]) #ifndef DISABLE_OPERATINGDIR char *operating_dir_cpy = operating_dir; #endif -#ifndef DISABLE_WRAPPING +#ifndef DISABLE_WRAPJUSTIFY ssize_t wrap_at_cpy = wrap_at; #endif #ifndef NANO_SMALL