cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2609 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-08 01:35:10 +00:00
parent 3da5580c9c
commit 092af14a82
2 changed files with 3 additions and 4 deletions

View File

@ -195,8 +195,8 @@ CVS code -
- Don't refer to the built-in file browser as crappy anymore. - Don't refer to the built-in file browser as crappy anymore.
(DLR) (DLR)
- doc/man/fr/Makefile.am: - doc/man/fr/Makefile.am:
- Set mandir to @mandir@/fr, so French manpages get installed where - Set mandir to @mandir@/fr, so French manpages get installed
they belong (Jordi). where they belong (Jordi).
- THANKS: - THANKS:
- Add new translators to the credits. - Add new translators to the credits.

View File

@ -57,8 +57,7 @@
#define regexec(preg, string, nmatch, pmatch, eflags) safe_regexec(preg, string, nmatch, pmatch, eflags) #define regexec(preg, string, nmatch, pmatch, eflags) safe_regexec(preg, string, nmatch, pmatch, eflags)
#endif #endif
/* Set a default value for PATH_MAX, so we can use it in lines like /* Set a default value for PATH_MAX if there isn't one. */
* "path = getcwd(NULL, PATH_MAX + 1);". */
#ifndef PATH_MAX #ifndef PATH_MAX
#define PATH_MAX 4096 #define PATH_MAX 4096
#endif #endif