included whenever its prototype is, and so it can compile when
DISABLE_OPERATINGDIR isn't defined and NANO_SMALL is
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2138
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
file if uncutting leaves the cursor on the current one. This
behavior appears to be a bug, as inserting a file in the same
manner doesn't add an extra magicline. (DLR)
+- files.c:
+ get_full_path()
+ - Remove unneeded NANO_SMALL #ifdef, so that it's included
+ whenever its prototype is, and so it can compile when
+ DISABLE_OPERATINGDIR isn't defined and NANO_SMALL is. (DLR)
- global.c:
shortcut_init()
- Fix misplaced #endif keeping the "Full Justify" shortcut in
}
#endif /* ENABLE_MULTIBUFFER */
-#if !defined(DISABLE_SPELLER) || !defined(DISABLE_OPERATINGDIR) || !defined(NANO_SMALL)
+#if !defined(DISABLE_SPELLER) || !defined(DISABLE_OPERATINGDIR)
/*
* When passed "[relative path]" or "[relative path][filename]" in
* origpath, return "[full path]" or "[full path][filename]" on success,