commit 3f816eeb583622716523394eb91df84d8171d86d
parent ae2d30037512905ae075dbe96789b2e3a7b1f926
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Thu, 19 Jun 2014 21:01:39 +0000
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
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);