diff options
author | bbraun <bbraun@FreeBSD.org> | 2002-02-05 06:21:34 +0000 |
---|---|---|
committer | bbraun <bbraun@FreeBSD.org> | 2002-02-05 06:21:34 +0000 |
commit | 296f340c65d52c35255990dfd56c7d43c7d6a0c3 (patch) | |
tree | 8befa2a99b61188736752cb2f0a1186b4c1170f0 /usr.sbin/pcvt/vttest | |
parent | 71559bdb87817b94ae20e148f9e860302791d44d (diff) | |
download | FreeBSD-src-296f340c65d52c35255990dfd56c7d43c7d6a0c3.zip FreeBSD-src-296f340c65d52c35255990dfd56c7d43c7d6a0c3.tar.gz |
Makes __istype() an inline (and a non inlined) function to avoid C++
compile issues. std::isspace(' ') was expanding to std::(!!_maskrune...)
which would cause a C++ compile error. Making __istype() an inline
causes the expansion to be std::__istype() instead, which is valid.
Reviewed by: jkh
Diffstat (limited to 'usr.sbin/pcvt/vttest')
0 files changed, 0 insertions, 0 deletions