* src/text.c: Fix compilation with --enable-tiny --enable-justify.
* doc/man/{nano.1,rnano.1,nanorc.5}, doc/texinfo/nano.texi:
Update date and version number to match the upcoming release.
+ * src/files.c, src/winio.c: Avoid two compilation warnings.
2015-12-04 Benno Schulenberg <bensberg@justemail.net>
* src/proto.h: Avoid a compilation warning.
break;
} else {
size_t pww_save = openfile->placewewant;
+#if !defined(NANO_TINY) || !defined(DISABLE_BROWSER)
functionptrtype func = func_from_key(&i);
-
+#endif
ans = mallocstrcpy(ans, answer);
#ifndef NANO_TINY
static bool seen_wide = FALSE;
/* Whether we've seen a multicolumn character in the current line. */
+#ifndef NANO_TINY
static sig_atomic_t sigwinch_counter_save = 0;
+#endif
/* Control character compatibility:
*