]> git.wh0rd.org Git - nano.git/commitdiff
Fixing compilation with --enable-tiny.
authorBenno Schulenberg <bensberg@justemail.net>
Thu, 4 Jun 2015 17:59:50 +0000 (17:59 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Thu, 4 Jun 2015 17:59:50 +0000 (17:59 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5239 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/nano.h

index adf966e6eeb619dffe4a5c453101503db7045a9a..80970183b4a3f1c94067e3303de0b8b462d49159 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-06-04  Benno Schulenberg  <bensberg@justemail.net>
+       * src/nano.h: Fix compilation with --enable-tiny.
+
 2015-06-02  Benno Schulenberg  <bensberg@justemail.net>
        * doc/man/nanorc.5, doc/texinfo/nano.texi: Tweak some wordings, and
        add some missing formatting to the Info document, and fix an mdash.
index 33c4e5305e8de7fa3f63242346b22c44ea298cd4..15ad67b04ff17a945355005df2102ce6c442b173 100644 (file)
 #ifdef HAVE_REGEX_H
 #include <regex.h>
 #endif
-#ifndef NANO_TINY
 #include <signal.h>
-#endif
 #include <assert.h>
 
 /* If no vsnprintf(), use the version from glib 2.x. */