From 3f816eeb583622716523394eb91df84d8171d86d Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Thu, 19 Jun 2014 21:01:39 +0000
Subject: [PATCH] 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
---
 src/global.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
GitLab