Commit b2ca88cc authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

more cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2759 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -47,7 +47,7 @@ int nisblank(int c) ...@@ -47,7 +47,7 @@ int nisblank(int c)
} }
#endif #endif
#if defined(NANO_WIDE) && !defined(HAVE_ISWBLANK) #if !defined(HAVE_ISWBLANK) && defined(NANO_WIDE)
/* This function is equivalent to iswblank(). */ /* This function is equivalent to iswblank(). */
int niswblank(wchar_t wc) int niswblank(wchar_t wc)
{ {
......
...@@ -162,7 +162,7 @@ extern char *homedir; ...@@ -162,7 +162,7 @@ extern char *homedir;
#ifndef HAVE_ISBLANK #ifndef HAVE_ISBLANK
int nisblank(int c); int nisblank(int c);
#endif #endif
#if defined(NANO_WIDE) && !defined(HAVE_ISWBLANK) #if !defined(HAVE_ISWBLANK) && defined(NANO_WIDE)
int niswblank(wchar_t wc); int niswblank(wchar_t wc);
#endif #endif
bool is_byte(int c); bool is_byte(int c);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment