From: Benno Schulenberg Date: Thu, 19 Jun 2014 21:01:39 +0000 (+0000) Subject: Huh!? Why doesn't the build fail here without this change? X-Git-Tag: v2.3.5~69 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3f816eeb583622716523394eb91df84d8171d86d;p=nano.git Huh!? Why doesn't the build fail here without this change? git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4991 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/global.c b/src/global.c index 9a5585e4..3de904ff 100644 --- a/src/global.c +++ b/src/global.c @@ -1683,7 +1683,7 @@ void thanks_for_all_the_fish(void) free(bill); } #endif /* !DISABLE_COLOR */ -#ifndef NANO_TINY +#ifndef DISABLE_HISTORIES /* Free the search and replace history lists. */ if (searchage != NULL) free_filestruct(searchage);