Add C++ ctype based on NetBSD-style ctype.h.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 2 Mar 2005 00:56:21 +0000 (00:56 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 2 Mar 2005 00:56:21 +0000 (00:56 +0000)
commit0329338e05f4845cecdb7e7f44037096309a7d87
treeaea6bc81dcdb72406c110b67290049aeee143588
parent3a327f5629695b983dd65db688100f441c7f8304
Add C++ ctype based on NetBSD-style ctype.h.
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/netbsd/os_defines.h [new file with mode: 0644]