mountlist: add support for Interix
[pspp] / lib / wctype.in.h
index 1f209f3370b429da563fff3e79114d3839b78b2e..4910511e785e3b75aed6d5d4003620d3885b3242 100644 (file)
@@ -1,6 +1,6 @@
 /* A substitute for ISO C99 <wctype.h>, for platforms that lack it.
 
-   Copyright (C) 2006-2010 Free Software Foundation, Inc.
+   Copyright (C) 2006-2011 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -284,18 +284,10 @@ towupper
 #  if !(defined __cplusplus && defined GNULIB_NAMESPACE)
 #   define iswblank rpl_iswblank
 #  endif
-# endif
-
-static inline int
-# if @REPLACE_ISWBLANK@
-rpl_iswblank
+_GL_FUNCDECL_RPL (iswblank, int, (wint_t wc));
 # else
-iswblank
+_GL_FUNCDECL_SYS (iswblank, int, (wint_t wc));
 # endif
-         (wint_t wc)
-{
-  return wc == ' ' || wc == '\t';
-}
 
 #endif