nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 9adc445c5c04d9421254ca2f096b261d0308010b
parent 9ea05902ec3471bc6795dc9eb73848c127cab656
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 24 Apr 2006 20:17:50 +0000

add missing #ifdef


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3423 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/nano.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -1863,7 +1863,9 @@ int main(int argc, char **argv) if (ISSET(RESTRICTED)) { UNSET(SUSPEND); UNSET(BACKUP_FILE); +#ifdef ENABLE_NANORC no_rcfiles = TRUE; +#endif } /* We've read through the command line options. Now back up the flags