K 10 svn:author V 3 bde K 8 svn:date V 27 2002-01-11T15:21:03.000000Z K 7 svn:log V 260 Removed assertion that isblank() conforms to C90 too. This assertion is correct but less than useful. There is some uncertainty about whether isblank() is in C99, but it is certainly not in C90. It just conforms to C89 because it is a conforming extension. END