Use spaces for indentation, not tabs.
[pspp] / lib / wctype.in.h
index 8016203060c2c7b24ae97eb24422663f65c3cbc9..6782478107801696c3bb6d37a7fd564653b16a1c 100644 (file)
 
 /* The definition of _GL_WARN_ON_USE is copied here.  */
 
-/* Define wint_t.  (Also done in wchar.in.h.)  */
+/* Define wint_t and WEOF.  (Also done in wchar.in.h.)  */
 #if !@HAVE_WINT_T@ && !defined wint_t
 # define wint_t int
 # ifndef WEOF
 #  define WEOF -1
 # endif
+#else
+# ifndef WEOF
+#  define WEOF ((wint_t) -1)
+# endif
 #endif