head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2003.03.21.20.44.57; author swiergot; state dead; branches; next 1.1; 1.1 date 2003.01.04.19.00.12; author swiergot; state Exp; branches; next ; desc @@ 1.2 log @- Version 0.5.9. - Removed the isblank patch (not needed anymore). @ text @--- include/xsw_ctype.h.orig 2002-03-12 23:02:37.000000000 +0100 +++ include/xsw_ctype.h 2003-01-04 19:13:17.000000000 +0100 @@@@ -1,22 +1,4 @@@@ // xsw_ctype.h // This is intended as a prototype for files using the global/ctype.cpp file. -#if !defined(__FreeBSD__) && !defined(__NetBSD__) -# if defined(__cplusplus) || defined(c_plusplus) - -#ifndef isblank -//extern bool isblank(char c); -extern bool isblank(int c); -#endif - -#else - -#ifndef isblank -extern int isblank( int ); -#endif - -# endif /* __cplusplus || c_plusplus */ -#endif /* __FreeBSD__ */ - - extern void ctype_dummy_func(); @ 1.1 log @- Version 0.5.6. @ text @@ .