@@ -47,15 +47,6 @@ char* last_char_is(const char *s, int c)
}
#endif
-#ifndef __ICCARM__
-int isblank(int ch)
-{
- if (ch == ' ' || ch == '\t')
- return 1;
- return 0;
-}
-#endif
-
#ifdef VI_ENABLE_SETOPTS
char* skip_whitespace(const char *s)
{
@@ -349,7 +349,6 @@ typedef unsigned smalluint;
#define R_OK 4
#define W_OK 2
#define X_OK 1
-int isblank(int ch);
#else
#define ALIGN1 __attribute__((aligned(1)))
/* At least gcc 3.4.6 on mipsel system needs optimization barrier */