diff options
Diffstat (limited to 'src/moc/moc.y')
| -rw-r--r-- | src/moc/moc.y | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/moc/moc.y b/src/moc/moc.y index 4b754b7bc..b3371cab9 100644 --- a/src/moc/moc.y +++ b/src/moc/moc.y @@ -2140,16 +2140,7 @@ void registerClassInNamespace() inline bool isSpace( char x ) { -#if defined(Q_CC_BOR) - /* - Borland C++ 4.5 has a weird isspace() bug. - isspace() usually works, but not here. - This implementation is sufficient for our internal use: rmWS() - */ - return (uchar) x <= 32; -#else return isspace( (uchar) x ); -#endif } static TQCString rmWS( const char *src ) |
