1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Added a couple of (float) casts.

- Fixed isblank() to compile properly.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14957 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-05-29 08:19:36 +00:00
parent a03ced93b0
commit fb4dae84aa
6 changed files with 22 additions and 22 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: ctype_isblank.c,v 1.1 2005-05-11 20:15:25 obarthel Exp $
* $Id: ctype_isblank.c,v 1.2 2005-05-29 08:19:36 obarthel Exp $
*
* :ts=4
*
@ -37,7 +37,7 @@
/****************************************************************************/
#undef isspace
#undef isblank
/****************************************************************************/